1
0
mirror of https://github.com/orhun/kmon synced 2024-06-29 06:24:54 +00:00
kmon/.editorconfig
2019-12-24 21:50:08 +03:00

13 lines
231 B
INI

# 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]
indent_style = tab