S2OJ/.editorconfig

10 lines
102 B
INI
Raw Normal View History

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