ppd.nvim/.editorconfig
2024-07-06 06:17:55 -05:00

14 lines
147 B
INI

root = true
[*]
indent_style = space
indent_size = 2
[*.yaml]
indent_style = space
indent_size = 2
[*.lua]
indent_style = space
indent_size = 4