mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 13:22:17 +03:00
14 lines
177 B
INI
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
|