2019-11-11 00:18:54 +01:00
|
|
|
# For more information about the properties used in
|
|
|
|
# this file, please see the EditorConfig documentation:
|
|
|
|
# http://editorconfig.org/
|
2014-12-04 16:47:12 +01:00
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 4
|
2015-11-19 01:24:59 +01:00
|
|
|
indent_style = space
|
2014-12-04 16:47:12 +01:00
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2019-11-11 00:18:54 +01:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
|
|
[*.{yml,js,json,css,scss,feature}]
|
2014-12-04 16:47:12 +01:00
|
|
|
indent_size = 2
|
2019-11-11 00:18:54 +01:00
|
|
|
indent_style = space
|
|
|
|
|
|
|
|
[composer.json]
|
|
|
|
indent_size = 4
|
2014-12-04 16:47:12 +01:00
|
|
|
|
2019-11-11 00:18:54 +01:00
|
|
|
# Don't perform any clean-up on thirdparty files
|
|
|
|
[thirdparty/**]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
insert_final_newline = false
|