Skip to content

Commit

Permalink
Readd editorconfig
Browse files Browse the repository at this point in the history
This is not a preference file
  • Loading branch information
mxre committed Sep 28, 2021
1 parent e3ca66a commit 71bbc8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.rs]
indent_style = space
indent_size = 4
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/.idea/
/target/
/example/target
.editorconfig
Cargo.lock
*~
*.bk
Expand Down

0 comments on commit 71bbc8a

Please sign in to comment.