ludoviclefevre/node-saz-parser

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
end_of_line = lf

[*.js]
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[package.json]
trim_trailing_whitespace = true
indent_size = 2

[{.jscsrc,.jshintrc}]
trim_trailing_whitespace = true
indent_size = 4