Add Editor config, closes #96, change networking status code messages

This commit is contained in:
Jake
2015-02-16 17:26:59 -06:00
parent de5ef29c2a
commit 42b8c3c525
2 changed files with 21 additions and 2 deletions

19
.editorconfig Normal file
View File

@@ -0,0 +1,19 @@
# We use EditorConfig to standardize settings between contributors
# See http://editorconfig.org for more info and plugin downloads
# This is the only config file
root = true
# Unix-style newlines with with new lines at the end
[*]
end_of_line = lf
insert_final_newline = true
# Use utf-8 for character encoding
[*.{js, json, yml}]
charset = utf-8
# 2 space indents
[*.{js, json, yml}]
indent_style = space
indent_size = 2