mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-18 03:42:06 +03:00
create .editorconfig
This commit is contained in:
parent
4ca7fab3dd
commit
436e78139d
1 changed files with 11 additions and 0 deletions
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 a new issue