chischaschos/sinatra-todo

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# Top-most EditorConfig file
root = true

# Global settings
[*]
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

# Javascript settings
[*.{js}]
charset = utf-8
indent_style = space