1
0
mirror of https://github.com/orhun/kmon synced 2024-07-05 17:19:06 +00:00
kmon/.editorconfig

13 lines
231 B
INI
Raw Normal View History

2019-12-12 19:56:36 +00:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# 4 space indentation
[*.{c,rs}]
indent_style = tab
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
2019-12-24 18:50:08 +00:00
indent_style = tab