mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +00:00
Use 2 space indents in YAML files
this is (mostly) a backport of #2593 to 3.5. Closes #2593.
This commit is contained in:
parent
9ecf23d3ee
commit
62b6405371
@ -4,3 +4,7 @@ root = yes
|
|||||||
[*]
|
[*]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
Loading…
x
Reference in New Issue
Block a user