mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3454 from christopherdarling/patch-1
add .yml indentation
This commit is contained in:
commit
98ab540aba
@ -5,3 +5,8 @@ insert_final_newline = true
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
# indentation for YAML config files
|
||||||
|
[_config/*.yml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user