diff options
author | max397574 <[email protected]> | 2021-10-05 19:58:18 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-05 19:58:18 +0200 |
commit | 9ff3a1760b9b9e16984bf1245b043fc2404f8f53 (patch) | |
tree | 1c66e3a87f9b0afbdba039321f4eabcd12b44bb8 /stylua.toml | |
parent | 5a9b9b2e40249b40006a62d5597f8b9b6c720d49 (diff) |
refactor(all): ♻️ stylua
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..3e5eed0 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,5 @@ +column_width = 80 +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true |