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

chore(editorconfig): update editorconfig for better code readability

This commit is contained in:
Orhun Parmaksız 2023-04-26 16:36:20 +03:00
parent 24ba43330a
commit 8a4f928f9e
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -3,11 +3,6 @@
# top-most EditorConfig file
root = true
# 4 space indentation
[*.rs]
indent_style = tab
indent_size = 4
[*.sh]
indent_style = tab
[{*.sh, *.rs}]
indent_style = space
indent_size = 4