mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2024-11-23 09:16:14 +00:00
62b6405371
this is (mostly) a backport of #2593 to 3.5. Closes #2593.
11 lines
124 B
INI
11 lines
124 B
INI
# http://editorconfig.org/
|
|
root = yes
|
|
|
|
[*]
|
|
indent_size = 4
|
|
indent_style = tab
|
|
|
|
[*.yml]
|
|
indent_size = 2
|
|
indent_style = space
|