Galactica/.editorconfig

13 lines
191 B
INI
Raw Permalink Normal View History

2023-12-20 19:03:57 -08:00
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
2024-01-14 12:57:21 -08:00
insert_final_newline = false
[*.md]
indent_style = space
indent_size = 2