Files
zenbones-theme/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
154 B
INI
Raw Normal View History

2021-08-27 06:55:36 +08:00
root = true
[*]
indent_size = 4
end_of_line = lf
[*.lua]
indent_style = tab
[*.vim]
indent_style = space
2021-10-29 14:24:53 +08:00
[*.yml]
indent_size = 2
indent_style = space