diff --git a/.editorconfig b/.editorconfig index d68dd91..b1edb44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,3 +26,6 @@ indent_size = 4 [*.gotext.json] indent_size = 4 + +[*.rs] +indent_size = 4 diff --git a/.gitignore b/.gitignore index a18281c..1c3adaa 100644 --- a/.gitignore +++ b/.gitignore @@ -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