mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
d993ea8cd0
added some extra rules for any _config/*.yml files so that they use 2 space indents.
13 lines
215 B
INI
13 lines
215 B
INI
root = true
|
|
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
# indentation for YAML config files
|
|
[_config/*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|