mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
Updated bug report template for clarity and detail. --------- Signed-off-by: Kévin Dunglas <kevin@dunglas.fr> Co-authored-by: henderkes <m@pyc.ac>
14 lines
167 B
INI
14 lines
167 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{sh,Dockerfile}]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[*.{yaml,yml}]
|
|
indent_style = space
|
|
tab_width = 2
|