0
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2024-09-22 04:10:49 +00:00
PocketMine-MP/.editorconfig
Dylan K. Taylor 62b6405371 Use 2 space indents in YAML files
this is (mostly) a backport of #2593 to 3.5. Closes #2593.
2019-01-24 18:44:06 +00:00

11 lines
124 B
INI

# http://editorconfig.org/
root = yes
[*]
indent_size = 4
indent_style = tab
[*.yml]
indent_size = 2
indent_style = space