mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
style: Don't use spaces before colons in yaml files
This commit is contained in:
parent
9bf9885ffb
commit
5604000ae2
@ -1008,6 +1008,6 @@ ij_html_uniform_ident = false
|
||||
indent_size = 2
|
||||
ij_yaml_keep_indents_on_empty_lines = false
|
||||
ij_yaml_keep_line_breaks = true
|
||||
ij_yaml_space_before_colon = true
|
||||
ij_yaml_space_before_colon = false
|
||||
ij_yaml_spaces_within_braces = true
|
||||
ij_yaml_spaces_within_brackets = true
|
||||
|
@ -16,18 +16,18 @@ permissions :
|
||||
children:
|
||||
fawe.plotsquared.trusted: true
|
||||
fawe.bypass.regions:
|
||||
default : false
|
||||
default: op
|
||||
fawe.bypass:
|
||||
default : false
|
||||
default: op
|
||||
children:
|
||||
fawe.bypass.regions: true
|
||||
fawe.limit.*: true
|
||||
fawe.tips:
|
||||
default : false
|
||||
default: op
|
||||
fawe.admin:
|
||||
default: op
|
||||
fawe.reload:
|
||||
default : false
|
||||
default: op
|
||||
fawe.permpack.basic:
|
||||
default: op
|
||||
children:
|
||||
|
Loading…
Reference in New Issue
Block a user