diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 18:44:19 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 18:44:19 +0100 |
commit | 4e04b6822c1c7f908c7c5857df98dee4281ab1d7 (patch) | |
tree | 601d418855104e309f7bf496eeea8507e44dfad0 /.stylua.toml | |
parent | decc826a2fb93b6793b0db1e915b5c27ff01708a (diff) |
feat: add stylua config
Diffstat (limited to '.stylua.toml')
-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 |