mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 09:02:10 +03:00
9 lines
121 B
INI
9 lines
121 B
INI
# https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[{*.sh,*.rs}]
|
|
indent_style = space
|
|
indent_size = 4
|