delightful-forgejo/.editorconfig

16 lines
243 B
INI
Raw Normal View History

2023-07-25 07:19:50 -04:00
# 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