Skip to content

Commit

Permalink
chore(instwin): config style for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Aug 7, 2023
1 parent b3fb7da commit 776f1af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ indent_size = 4

[*.gotext.json]
indent_size = 4

[*.rs]
indent_size = 4
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,15 @@ iOSInjectionProject/
*.temp.json
lib/
dist/

# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

0 comments on commit 776f1af

Please sign in to comment.