Files
gibidify/.editorconfig
Ismo Vuorinen b9e2218305 Initial commit
2025-02-07 09:46:31 +02:00

13 lines
186 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2
indent_style = space
tab_width = 2
[*.md]
trim_trailing_whitespace = false