mirror of
https://codeberg.org/forgejo-contrib/delightful-forgejo.git
synced 2024-11-14 16:15:00 -05:00
16 lines
243 B
INI
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
|