1
0

Added meta files

This commit is contained in:
Mark 2025-02-17 10:43:05 -08:00
commit b6a9b2734e
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
3 changed files with 16 additions and 0 deletions

12
.editorconfig Normal file
View File

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

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/build
**/target
*.ignore

1
rustfmt.toml Normal file
View File

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