mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
11 lines
132 B
INI
11 lines
132 B
INI
; top-most EditorConfig file
|
|
root = true
|
|
|
|
; Unix-style newlines
|
|
[*]
|
|
end_of_line = LF
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 4
|