setup and rubocop corrections

This commit is contained in:
2018-11-10 10:40:22 -06:00
parent f09ea5faeb
commit 904a071fc0
39 changed files with 589 additions and 5 deletions

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# Trailing whitespace is significant in markdown files.
[*.md]
indent_size = 4
trim_trailing_whitespace = false