diff options
author | christianchiarulli <[email protected]> | 2021-07-25 14:14:05 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-25 14:14:05 -0400 |
commit | a6cf2e871ad2fb0933f3f66ddeaf37ad92d79e76 (patch) | |
tree | 5a457318cfe4dd2d4c25c756301ce27a65f78633 /.stylua.toml | |
parent | 924565feba27661bfe4ccc413a72e2b27e590061 (diff) |
stylua is always in root
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 00000000..df96b7b0 --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = true |