marksmall/node-build-web-app

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# This file is for unifying the coding style for different editors and IDEs.
# More information at http://editorconfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file.
# Tab for indentation, whitespace trimming and UTF-8 encoding
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
charset = utf-8

[*.bat]
end_of_line = crlf

[{package.json,.travis.yml}]
indent_style = space
indent_size = 2