Fix YAML formatting (#426)

* Remove trailing whitespace in YAML formatting

* Reformat YAML files
This commit is contained in:
Astrashh
2023-11-10 11:47:12 +11:00
committed by GitHub
parent a117db40be
commit 4065cfea53
41 changed files with 236 additions and 236 deletions

View File

@@ -6,15 +6,15 @@
# wiki for information regarding config pack development.
debug:
commands: false
log: false
profiler: false
script: false
commands: false
log: false
profiler: false
script: false
dump-default: true
biome-search-resolution: 4
cache:
structure: 32
sampler: 128
biome-provider: 32
structure: 32
sampler: 128
biome-provider: 32
script:
max-recursion: 1000
max-recursion: 1000

View File

@@ -2,9 +2,9 @@ dimensions: 2
type: Cellular
frequency: 0.01
cellular:
return: Distance3Div
return: Distance3Div
normalize:
type: LINEAR
linear:
min: -1
max: 0
type: LINEAR
linear:
min: -1
max: 0

View File

@@ -1,18 +1,18 @@
list:
- ONE
- "<< metaTarget.yml:list"
- FOUR
- FIVE
- SIX
- "<< metaTarget.yml:list2"
- NINE
- TEN
- ONE
- "<< metaTarget.yml:list"
- FOUR
- FIVE
- SIX
- "<< metaTarget.yml:list2"
- NINE
- TEN
map:
"<<":
- metaTarget.yml:map1
- metaTarget.yml:map2
one: ONE
two: TWO
"<<":
- metaTarget.yml:map1
- metaTarget.yml:map2
one: ONE
two: TWO
string: "one-${metaTarget.yml:string.two}-${metaTarget.yml:string.three}-four-five-${metaTarget.yml:string.six}"
int: 2 + 4
double: ${metaTarget.yml:double} + 5.6

View File

@@ -1,17 +1,17 @@
list:
- TWO
- THREE
- TWO
- THREE
list2:
- SEVEN
- EIGHT
- SEVEN
- EIGHT
map1:
three: THREE
four: FOUR
five: FIVE
three: THREE
four: FOUR
five: FIVE
map2:
six: SIX
six: SIX
string:
two: two
three: three
six: six
two: two
three: three
six: six
double: 1