Added .editorconfig

This commit is contained in:
Xnoe 2021-10-12 21:44:52 +01:00
parent f44d4ad768
commit 74b7d7c58c
Signed by: xnoe
GPG Key ID: 45AC398F44F0DAFE

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[Makefile]
indent_style = tab
indent_size = 2
[*]
indent_style = space
indent_size = 2