1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-10-26 16:04:18 +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