Merge pull request #39 from gotnone/editorconfig

Add editorconfig file
This commit is contained in:
CK Tan 2020-07-07 22:19:23 -07:00 committed by GitHub
commit 8a5050696f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = tab
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4