diff options
author | TJ DeVries <devries.timothyj@gmail.com> | 2022-06-23 23:35:53 -0400 |
---|---|---|
committer | TJ DeVries <devries.timothyj@gmail.com> | 2022-06-23 23:35:53 -0400 |
commit | 4c4096cf30acace7bf3cf5a0a4b6c5346a0d5a59 (patch) | |
tree | 33d743a50b121db548661136533b974b6442d7ef /.stylua.toml |
init: kickstart.nvim
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..5d12dbd --- /dev/null +++ b/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 160 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +no_call_parentheses = true |