lph-11/odin-http/.editorconfig

13 lines
175 B
INI
Raw Normal View History

2025-03-13 18:14:21 +13:00
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