diff --git a/.config/nvim/.stylua.toml b/.config/nvim/.stylua.toml index 83cec60..e88b263 100644 --- a/.config/nvim/.stylua.toml +++ b/.config/nvim/.stylua.toml @@ -1,10 +1,10 @@ column_width = 120 -line_endings = "Unix" -indent_type = "Spaces" +line_endings = 'Unix' +indent_type = 'Spaces' indent_width = 2 -quote_style = "AutoPreferDouble" -call_parentheses = "Always" -collapse_simple_statement = "ConditionalOnly" +quote_style = 'AutoPreferSingle' +call_parentheses = 'Always' +collapse_simple_statement = 'ConditionalOnly' [sort_requires] enabled = false \ No newline at end of file