silverstripe-framework/.editorconfig

32 lines
640 B
INI
Raw Normal View History

2014-12-02 16:13:55 +01:00
# 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
2016-11-28 06:44:19 +01:00
indent_style = space
2014-12-02 16:13:55 +01:00
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,js,json,css,scss,eslintrc,feature}]
indent_size = 2
indent_style = space
2017-10-12 00:53:12 +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
[admin/thirdparty/**]
trim_trailing_whitespace = false
insert_final_newline = false