EditorConfig for super-fe npm projects. See http://editorconfig.org/ for more details.
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[{package.json,*.yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
BSD-2 Clause