Added meta files

master
Mark 2024-02-26 08:54:21 -08:00
commit 7239eb15d7
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
4 changed files with 14 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}

1
rustfmt.toml Normal file
View File

@ -0,0 +1 @@
hard_tabs = true