Use 2 space indents in YAML files

this is (mostly) a backport of #2593 to 3.5. Closes #2593.
This commit is contained in:
Dylan K. Taylor
2019-01-24 18:44:06 +00:00
parent 9ecf23d3ee
commit 62b6405371
3 changed files with 151 additions and 147 deletions

View File

@ -4,9 +4,9 @@
#NOTE: This will do nothing if there are no resource packs in the stack below.
force_resources: false
resource_stack:
#Resource packs here are applied from bottom to top. This means that resources in higher packs will override those in lower packs.
#Entries here must indicate the filename of the resource pack.
#Example
# - natural.zip
# - vanilla.zip
#If you want to force clients to use vanilla resources, you must place a vanilla resource pack in your resources folder and add it to the stack here.
#Resource packs here are applied from bottom to top. This means that resources in higher packs will override those in lower packs.
#Entries here must indicate the filename of the resource pack.
#Example
# - natural.zip
# - vanilla.zip
#If you want to force clients to use vanilla resources, you must place a vanilla resource pack in your resources folder and add it to the stack here.