Removes files that should belong only to master

This commit is contained in:
Zeno Rocha
2015-09-19 03:20:30 -07:00
parent 702d353447
commit d4f94a3d8f
301 changed files with 27238 additions and 176 deletions

View File

@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true