1
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-01-01 20:09:40 +00:00
byedpi/.editorconfig

12 lines
115 B
INI
Raw Normal View History

2024-08-06 08:32:48 +00:00
root = true
# 4 space indentation
[*.{c,h}]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab