mirror of
https://codeberg.org/forgejo-contrib/delightful-forgejo.git
synced 2024-11-14 08:09:19 -05:00
2ee38ab2ba
closes #41
15 lines
243 B
INI
15 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
|