diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 16:46:43 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 16:46:43 +0100 |
commit | a3c7b0f7d3fc04e105359d96c25660d49a9c8015 (patch) | |
tree | 617237b9e2627cbef1774eee84528459006c0845 | |
parent | 8858206abacebe152a32fbf99951608195425d32 (diff) |
feat(stylua): add config
-rw-r--r-- | .stylua.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 0000000..4c56db7 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 88 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true |