mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-15 14:32:59 +03:00
cd69e764f6
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
10 lines
134 B
INI
10 lines
134 B
INI
# https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# 4 space indentation
|
|
[*.rs]
|
|
indent_style = tab
|
|
indent_size = 4
|