add editor config

This commit is contained in:
Squibid 2025-10-16 11:05:32 -04:00
parent 7325a3ee47
commit 986d5a96c7
Signed by: squibid
GPG key ID: BECE5684D3C4005D

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.zig]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true