S2OJ/.editorconfig

10 lines
102 B
INI
Raw Normal View History

2016-07-19 00:39:37 +08:00
root = true
[*]
indent_style = tab
indent_size = 4
2022-09-18 22:03:17 +08:00
[*.y{,a}ml]
indent_style = space
indent_size = 2