nvim-ts-autotag/.editorconfig

15 lines
148 B
INI
Raw Normal View History

2023-03-17 09:19:39 +07:00
root = true
[*]
indent_style = space
indent_size = 2
[*.yaml]
indent_style = space
indent_size = 2
[*.lua]
indent_style = space
indent_size = 4