mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
15 lines
185 B
INI
15 lines
185 B
INI
; top-most EditorConfig file
|
|
root = true
|
|
|
|
; Unix-style newlines
|
|
[*]
|
|
end_of_line = LF
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 4
|