mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-22 06:15:14 +00:00
Merge pull request #38 from dartvader316/editorconfig
Create editorconfig
This commit is contained in:
commit
30a3b64a4d
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
root = true
|
||||
|
||||
# 4 space indentation
|
||||
[*.{c,h}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
Loading…
Reference in New Issue
Block a user