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