forgejo-pages-proxy/.editorconfig
Arija A. dcd67d3689
Add routing to pages branch
Signed-off-by: Arija A. <ari@ari.lt>
2026-05-30 21:48:36 +03:00

16 lines
219 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
tab_width = 4
[*.go]
indent_style = tab
[Makefile]
indent_style = tab