fixed mixed tabs and spaces indentation

This commit is contained in:
Emma Tebibyte 2024-01-31 11:43:53 -07:00
parent 149f34fa48
commit 78b56fb965
Signed by: emma
GPG Key ID: 06FA419A1698C270
6 changed files with 487 additions and 479 deletions

8
.editorconfig Normal file
View File

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