f100dba3f3
This matches the current configuration in zulip/zulip.
24 lines
498 B
INI
24 lines
498 B
INI
# This file was copied from the zulip/zulip repository
|
|
# - not all file types are present here, but this ensures
|
|
# future files will be consistent with those in zulip/zulip
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{sh,py,pyi,js,json,xml,css,md,markdown,handlebars,html}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{svg,rb,pp,pl,yaml,yml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{cfg}]
|
|
indent_style = space
|
|
indent_size = 8
|