2016-01-06 00:40:10 +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
|
2017-01-25 22:01:58 +01:00
|
|
|
indent_style = space
|
2016-01-06 00:40:10 +01:00
|
|
|
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}]
|
2016-01-06 00:40:10 +01:00
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
2017-10-12 00:30:11 +02:00
|
|
|
[composer.json]
|
|
|
|
indent_size = 4
|
|
|
|
|
2016-01-06 00:40:10 +01:00
|
|
|
# Don't perform any clean-up on thirdparty files
|
|
|
|
[thirdparty/**]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
insert_final_newline = false
|