1
0
Fork 0
mirror of https://codeberg.org/fediverse/fediparty.git synced 2025-03-11 10:13:51 +00:00
fediparty/.editorconfig
2018-03-12 22:31:14 +03:00

13 lines
207 B
INI

# editorconfig.org
root = true
[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false