1
0
mirror of https://github.com/Decicus/DecAPI-Docs.git synced 2024-11-25 22:02:32 +01:00
Docs/.editorconfig
2017-02-01 14:47:40 +01:00

15 lines
251 B
INI

# http://editorconfig.org
root = true
[*.{html,js,yaml,md}]
end_of_line = lf
indent_style = space
indent_size = 4
charset = utf-8
insert_final_newline = true
[*.{html,js,yaml}]
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false