1
0
Fork 0
mirror of https://github.com/hufrea/byedpi.git synced 2025-02-12 22:40:00 +03:00
byedpi/.editorconfig
2024-08-06 11:32:48 +03:00

11 lines
115 B
INI

root = true
# 4 space indentation
[*.{c,h}]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab