core: add editorconfig (#61)

This commit is contained in:
outfoxxed 2025-06-26 02:44:09 -07:00 committed by GitHub
parent 925f26633f
commit 6ee59e4eb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{cmake,nix,yml,yaml},CMakeLists.txt]
indent_size = 2