2019-05-15 09:55:07 +00:00
|
|
|
# EditorConfig is awesome: https://editorconfig.org
|
2014-11-28 14:58:04 +00:00
|
|
|
|
|
|
|
|
# top-most EditorConfig file
|
|
|
|
|
root = true
|
2019-05-15 09:55:07 +00:00
|
|
|
|
2014-11-28 14:58:04 +00:00
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
2019-02-05 20:16:48 +00:00
|
|
|
|
2014-11-28 14:58:04 +00:00
|
|
|
[*.php]
|
2019-05-15 10:46:55 +00:00
|
|
|
indent_style = tab
|
2019-02-05 20:16:48 +00:00
|
|
|
indent_size = 4
|
2019-01-27 10:55:16 +00:00
|
|
|
trim_trailing_whitespace = true
|
2019-05-15 09:55:07 +00:00
|
|
|
insert_final_newline = true
|
2014-11-28 14:58:04 +00:00
|
|
|
[*.js]
|
2015-04-18 16:27:26 +00:00
|
|
|
indent_style = tab
|
2014-11-28 14:58:04 +00:00
|
|
|
[*.css]
|
2015-04-18 16:27:26 +00:00
|
|
|
indent_style = tab
|
2026-02-17 21:05:03 +00:00
|
|
|
[*.sh]
|
|
|
|
|
indent_style = tab
|
2014-11-28 14:58:04 +00:00
|
|
|
[*.xml]
|
2015-04-18 16:27:26 +00:00
|
|
|
indent_style = tab
|
2016-06-08 00:31:59 +00:00
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|
2024-02-09 14:58:49 +00:00
|
|
|
[*.sql]
|
|
|
|
|
indent_style = tab
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
indent_size = 4
|
2024-11-12 22:18:02 +00:00
|
|
|
[*.yml]
|
|
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|
|
|
|
|
trim_trailing_whitespace = true
|