mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-12 10:22:48 +01:00
10 lines
154 B
INI
10 lines
154 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.c]
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|