Browse Source

Initial commit

master
Erin 8 years ago
commit
dc558a746c
2 changed files with 13 additions and 0 deletions
  1. +11
    -0
      .editorconfig
  2. +2
    -0
      .gitignore

+ 11
- 0
.editorconfig View File

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

+ 2
- 0
.gitignore View File

@ -0,0 +1,2 @@
target/
**/*.rs.bk

Loading…
Cancel
Save