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 | c61ec6b145e36c1bf3bc07b3e5fb5652b3d2fa70 (patch) | |
| tree | ece544adbb672c3a232319aa7234646cbac7679e /nvim/.stylua.toml | |
| download | dots-c61ec6b145e36c1bf3bc07b3e5fb5652b3d2fa70.tar.gz | |
init: kickstart.nvim
Diffstat (limited to 'nvim/.stylua.toml')
| -rw-r--r-- | nvim/.stylua.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/.stylua.toml b/nvim/.stylua.toml new file mode 100644 index 0000000..5d12dbd --- /dev/null +++ b/nvim/.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 |