mirror of
https://github.com/hufrea/byedpi.git
synced 2024-11-20 12:25:05 +00:00
12 lines
115 B
INI
12 lines
115 B
INI
|
|
||
|
|
||
|
root = true
|
||
|
|
||
|
# 4 space indentation
|
||
|
[*.{c,h}]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
|
||
|
[Makefile]
|
||
|
indent_style = tab
|