Revert "Publish new docs (automated commit)"

This reverts commit ed2526c801.
This commit is contained in:
Jason Salzman
2016-10-06 11:48:09 -07:00
parent ed2526c801
commit 212982af71
54 changed files with 58621 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
indent_style = space
indent_style = 4
[*.json]
indent_style = space
indent_size = 2