scholarslab/Geoloader

View on GitHub
.editorconfig

Summary

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

root = true

[*]
indent_style = space
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
max_line_length = 100

[*.rb]
indent_size = 2