Files
remark42/.editorconfig
T
Pavel MineevandUmputun deb7f7c209 use spaces for indentation in markdown
- adds global editorconfig (supports in intellij by default and with plugin in vscode)
- fixes prettier config
2021-07-27 04:22:40 -05:00

10 lines
122 B
INI

[*]
insert_final_newline = true
[*.md]
indent_style = space
trim_trailing_whitespace = false
[*.njk]
indent_style = tab