1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-01-30 21:00:05 +00:00
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