nvim-ts-autotag/.editorconfig

15 lines
148 B
INI
Raw Normal View History

2023-03-16 21:19:39 -05:00
root = true
[*]
indent_style = space
indent_size = 2
[*.yaml]
indent_style = space
indent_size = 2
[*.lua]
indent_style = space
indent_size = 4