1
0
mirror of https://github.com/badgen/badgen.net.git synced 2025-04-19 05:42:17 +03:00
badgen.net/.editorconfig
Dario Vladović 5ad28dad43
chore: add .editorconfig (#446)
Fix whitespace & missing newline issues.
2020-11-08 10:39:19 +08:00

14 lines
207 B
INI

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