silverstripe-cms/.editorconfig

27 lines
545 B
INI
Raw Permalink Normal View History

# For more information about the properties used in
# this file, please see the EditorConfig documentation:
# http://editorconfig.org/
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
2017-01-25 22:01:58 +01:00
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
2017-05-25 07:29:32 +02:00
[*.{yml,js,json,css,scss,feature}]
indent_size = 2
indent_style = space
2017-10-12 00:30:11 +02:00
[composer.json]
indent_size = 4
# Don't perform any clean-up on thirdparty files
[thirdparty/**]
trim_trailing_whitespace = false
insert_final_newline = false