timrwood/includer

View on GitHub
.editorconfig

Summary

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

root = true

[*]
end_of_line = lf
charset = utf-8
indent_style = tab
insert_final_newline = true
indent_size = 4

[test/**.js]
insert_final_newline = false