lph-11/odin-http/.editorconfig
2025-03-13 18:14:21 +13:00

12 lines
175 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.yml]
indent_style = space
indent_size = 2