1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-17 10:17:07 +03:00
git-cliff/.editorconfig

14 lines
177 B
INI

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