1
Files
flake-nixinator/config/neovim/store/lazy-plugins/nvim-autopairs/.editorconfig

20 lines
197 B
INI

root = true
[*]
indent_style = space
indent_size = 4
[*.lua]
indent_style = space
indent_size = 4
[*.vim]
indent_style = space
indent_size = 4
[*.snippets]
indent_style = tab
indent_size = 4