1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-03-31 23:42:34 +00:00
hedgedoc/.editorconfig
2017-03-31 20:58:58 +08:00

19 lines
329 B
INI

root = true
[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[{*.html,*.ejs}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[{.travis.yml,npm-shrinkwrap.json,package.json}]
indent_style = space
indent_size = 2