Add editorconfig
Some checks are pending
isinetaddr / tests (macos-latest) (push) Waiting to run
isinetaddr / tests (ubuntu-latest) (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-12 23:52:24 -03:00
parent 7ac3d7c869
commit eb330f77de
4 changed files with 122 additions and 115 deletions

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*.c]
indent_style = space
indent_size = 4
[*.h]
indent_style = space
indent_size = 4