Update readme (add node version requirements) and update .editorconfig

This commit is contained in:
Quentin Hocdé
2021-03-04 12:24:35 -05:00
parent 5bd1ca268f
commit f7a2f8b219
2 changed files with 13 additions and 1 deletions

View File

@@ -9,9 +9,12 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
[*.{md,markdown}]
trim_trailing_whitespace = false
[{*.yml,*.json}]
indent_size = 4
indent_style = space
[*.{ms,mustache}]
insert_final_newline = false