2015-01-31 08:41:49 +00: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 09:02:16 +00:00
|
|
|
|
2024-08-18 16:37:45 +00:00
|
|
|
[*.{js,css,scss}]
|
2016-11-03 09:02:16 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2017-11-01 13:47:06 +00:00
|
|
|
|
2018-12-05 13:29:46 +00:00
|
|
|
[*akefile]
|
2017-11-01 13:47:06 +00:00
|
|
|
indent_style = tab
|
2020-11-23 21:39:32 +00:00
|
|
|
|
|
|
|
[.github/**.yml]
|
|
|
|
indent_size = 2
|
2024-01-02 07:35:31 +00:00
|
|
|
|
|
|
|
[phpstan-baseline.neon]
|
|
|
|
indent_style = tab
|