enable single quotes for lua code

This commit is contained in:
Oliver Hartmann 2023-01-29 11:41:14 +01:00
parent 7bdf105fac
commit 2b0d14d7a1

View File

@ -251,6 +251,14 @@ return {
telemetry = { telemetry = {
enable = false, enable = false,
}, },
format = {
enable = true,
defaultConfig = {
indent_style = 'space',
indent_size = '2',
quote_style = 'single'
}
}
}, },
} }
} }