fix: Update .editorconfig to fix spaces and indent_style (#5612)

This commit is contained in:
David Kubeš 2022-10-12 23:00:42 +02:00 committed by GitHub
parent 242de0b3f9
commit 1b5a335f93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = spaces
indent_style = space
tab_width = 2
[{*.{rb,erb,js,coffee,json,yml,css,scss,sh,markdown,md,html}]
[*.{rb,erb,js,coffee,json,yml,css,scss,sh,markdown,md,html}]
indent_size = 2