diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-12-29 19:02:55 +0100 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-12-29 19:02:55 +0100 |
| commit | 5eda7770be54f222e27e87190a95847e6d0e2c8c (patch) | |
| tree | 6974ac951d1f955f1a05144f1504a41fcf990251 /.config/nvim/.stylua.toml | |
| parent | 688a636a43e70da5337c8dd671d4269621fae80b (diff) | |
nvim setup
Diffstat (limited to '.config/nvim/.stylua.toml')
| -rw-r--r-- | .config/nvim/.stylua.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvim/.stylua.toml b/.config/nvim/.stylua.toml new file mode 100644 index 0000000..4b13416 --- /dev/null +++ b/.config/nvim/.stylua.toml @@ -0,0 +1,6 @@ +# config for stylua, ref: https://github.com/JohnnyMorganz/StyLua +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses= "NoSingleTable" |
