Added meta files

master
Mark 2023-12-20 19:03:57 -08:00
commit aaf5ace941
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 = false
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