Add EditorConfig

This commit is contained in:
Danny Guo 2016-06-05 03:47:56 -04:00
parent 9f4ba4cbc0
commit 1063ca9236
2 changed files with 14 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_brace_style = K&R
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target
/Cargo.lock
.vagrant
*.swp