Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Add editor and rustfmt configs, switch to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Sep 29, 2019
1 parent b3a0d27 commit b0258e6
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 404 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
@@ -0,0 +1,19 @@
root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.toml]
indent_size = 2

[*.yml]
indent_size = 2

[*.md]
indent_style = space
indent_size = 3
1 change: 1 addition & 0 deletions .rustfmt.toml
@@ -0,0 +1 @@
hard_tabs = true

0 comments on commit b0258e6

Please sign in to comment.