1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-15 14:32:59 +03:00
git-cliff/.editorconfig
orhun cd69e764f6
Initial commit
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-11 01:54:45 +03:00

10 lines
134 B
INI

# https://EditorConfig.org
# top-most EditorConfig file
root = true
# 4 space indentation
[*.rs]
indent_style = tab
indent_size = 4