ppd.nvim/.editorconfig

14 lines
147 B
INI
Raw Normal View History

2024-07-06 06:08:49 -05:00
root = true
[*]
indent_style = space
indent_size = 2
[*.yaml]
indent_style = space
indent_size = 2
[*.lua]
indent_style = space
indent_size = 4