Files
zenbones-theme/.editorconfig
Michael Chris Lopez 3887180201 chore: format yml
2021-10-29 14:24:53 +08:00

17 lines
155 B
INI

root = true
[*]
indent_size = 4
end_of_line = lf
[*.lua]
indent_style = tab
[*.vim]
indent_style = space
[*.yml]
indent_size = 2
indent_style = space