Files
archived-frankenphp/.editorconfig
Kévin Dunglas 808757c52b docs: revise bug report template for improved instructions (#2181)
Updated bug report template for clarity and detail.

---------

Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>
Co-authored-by: henderkes <m@pyc.ac>
2026-03-09 15:55:51 +01:00

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