mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
* delete source/downloads after building in script, not in dockerfile * add editorconfig * eol * cs fix * added \n there * we expect Hello\n * Change tab width for shell scripts to 4 spaces * bring back embed comment
14 lines
152 B
INI
14 lines
152 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.sh]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[*.Dockerfile]
|
|
indent_style = tab
|
|
tab_width = 4
|