delightful-forgejo/.editorconfig
Caesar Schinas 2ee38ab2ba
add editorconfig
closes #41
2023-07-25 12:19:50 +01:00

16 lines
243 B
INI

# https://editorconfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false