2015-01-31 09:41:49 +01:00
|
|
|
; top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
; Unix-style newlines
|
|
|
|
[*]
|
|
|
|
end_of_line = LF
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2016-11-03 10:02:16 +01:00
|
|
|
|
2016-11-19 15:30:49 +01:00
|
|
|
[*.{js,css}]
|
2016-11-03 10:02:16 +01:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2017-11-01 14:47:06 +01:00
|
|
|
|
2018-12-05 14:29:46 +01:00
|
|
|
[*akefile]
|
2017-11-01 14:47:06 +01:00
|
|
|
indent_style = tab
|
2020-11-23 22:39:32 +01:00
|
|
|
|
|
|
|
[.github/**.yml]
|
|
|
|
indent_size = 2
|
2024-01-02 08:35:31 +01:00
|
|
|
|
|
|
|
[phpstan-baseline.neon]
|
|
|
|
indent_style = tab
|