ehlo-io/ehlo

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# editorconfig.org
root = true

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

[Makefile]
indent_style = tab