enable single quotes for lua code
This commit is contained in:
parent
7bdf105fac
commit
2b0d14d7a1
@ -251,6 +251,14 @@ return {
|
||||
telemetry = {
|
||||
enable = false,
|
||||
},
|
||||
format = {
|
||||
enable = true,
|
||||
defaultConfig = {
|
||||
indent_style = 'space',
|
||||
indent_size = '2',
|
||||
quote_style = 'single'
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user