mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-27 06:25:28 +03:00
15 lines
172 B
INI
15 lines
172 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
indent_style = space
|
||
|
|
||
|
[*.php]
|
||
|
charset = utf-8
|
||
|
indent_size = 4
|
||
|
|
||
|
[*.{json,yml}]
|
||
|
charset = utf-8
|
||
|
indent_size = 2
|