diff options
Diffstat (limited to 'stylua.toml')
-rw-r--r-- | stylua.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..28b63a9 --- /dev/null +++ b/stylua.toml | |||
@@ -0,0 +1,5 @@ | |||
1 | column_width = 200 | ||
2 | indent_type = 'Spaces' | ||
3 | indent_width = 2 | ||
4 | quote_style = 'AutoPreferSingle' | ||
5 | collapse_simple_statement = 'FunctionOnly' | ||