1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-30 03:10:48 +00:00
awesome-cheatsheets/.editorconfig
2018-09-09 16:50:38 +02:00

14 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