digiaonline/react-boilerplate

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
; http://editorconfig.org

root = true

[*]
indent_style = space
end_of_line = lf
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
indent_size = 4