Files
archived-web-pecl/.editorconfig
2026-01-05 13:17:53 +01:00

19 lines
351 B
INI

# https://editorconfig.org/
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
[compose.yml]
indent_size = 2