Add an editor config

This commit is contained in:
Willow Barraco 2023-09-08 23:07:48 +02:00
parent fbbf563d70
commit 1a36f6d5f2
No known key found for this signature in database
GPG Key ID: EABA44759877E02A

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*.c]
indent_style = space
indent_size = 4
charset = utf-8