1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-07-07 03:16:19 +03:00

chore(editorconfig): fix editorconfig syntax

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

View File

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