Skip to content

Commit

Permalink
Update dotfiles #7
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Jun 17, 2023
1 parent 871a886 commit f82b450
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.rs]
indent_style = space
indent_size = 4

[*.{h,c,cpp}]
indent_style = space
indent_size = 2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
build*/
cmake-build*/

target/
Cargo.lock

dist/
*.egg-info/

Expand Down

0 comments on commit f82b450

Please sign in to comment.