z.nvim/.editorconfig

14 lines
147 B
INI
Raw Permalink Normal View History

2024-09-07 13:27:48 -05:00
root = true
[*]
indent_style = space
indent_size = 2
[*.yaml]
indent_style = space
indent_size = 2
[*.lua]
indent_style = space
indent_size = 4