mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
Update .editorconfig to use 4 spaces for handlebars/html.
This commit is contained in:
@@ -6,11 +6,11 @@ charset = utf-8
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
[*.{sh,py,js, json,yml,xml, css, md,markdown}]
|
[*.{sh,py,js, json,yml,xml, css, md,markdown, handlebars,html}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.{handlebars,html, svg,rb,pp,pl}]
|
[*.{svg,rb,pp,pl}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user