diff options
Diffstat (limited to 'nvim/stylua.toml')
| -rw-r--r-- | nvim/stylua.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/nvim/stylua.toml b/nvim/stylua.toml index 133302c..28b83c7 100644 --- a/nvim/stylua.toml +++ b/nvim/stylua.toml | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | syntax = "All" | 1 | syntax = "All" |
| 2 | column_width = 120 | 2 | column_width = 120 |
| 3 | line_endings = "Unix" | 3 | line_endings = "Unix" |
| 4 | indent_type = "Spaces" | 4 | indent_type = "Spaces" |
| 5 | indent_width = 2 | 5 | indent_width = 2 |
| 6 | quote_style = "AutoPreferDouble" | 6 | quote_style = "AutoPreferDouble" |
| 7 | call_parentheses = "Always" | 7 | call_parentheses = "Always" |
| 8 | collapse_simple_statement = "ConditionalOnly" | 8 | collapse_simple_statement = "ConditionalOnly" |
| 9 | space_after_function_names = "Never" | 9 | space_after_function_names = "Never" |
| 10 | block_newline_gaps = "Never" | 10 | block_newline_gaps = "Never" |
| 11 | 11 | ||
| 12 | [sort_requires] | 12 | [sort_requires] |
| 13 | enabled = false | 13 | enabled = false |
