This commit is contained in:
Christoph J. Scherr 2024-01-22 00:02:17 +01:00
parent b7d2647b2a
commit 0163639551
No known key found for this signature in database
GPG key ID: 7CDD0B14851A08EF
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
# except: # except:
!.zshrc !.zshrc
!.rustfmt.toml
!.vimrc !.vimrc
!.ideavimrc !.ideavimrc
!.config !.config

1
.rustfmt.toml Normal file
View file

@ -0,0 +1 @@
edition = "2015"