mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
I didn't add anything about the following extensions since they had way too many different styles: - .txt - .conf - .erb (saw tab, 2-spaced, 4-spaced and 8-spaced files around the codebase) Fixes #3099.
20 lines
317 B
INI
20 lines
317 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{sh,py,js, json,yml,xml, css, md,markdown}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{handlebars,html, svg,rb,pp,pl}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{cfg}]
|
|
indent_style = space
|
|
indent_size = 8
|