Files
phthonus/frameworks/Rust/axum-xitca/.editorconfig
2024-09-24 13:55:14 +08:00

16 lines
210 B
INI

root = true
[*]
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4
charset = utf-8
[*.{yml,yaml}]
indent_size = 2
[Makefile]
indent_style = tab