kunagpal/express-boilerplate

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Trailing blank lines
[*]
tab_width = 4
charset = utf-8
indent_size = tab
indent_style = tab
max_line_length = 120
insert_final_newline = true
trim_trailing_whitespace = true

# Meta file specific settings
[*{json, yml, md}]
indent_size = 2
indent_style = space