mirror of https://github.com/zulip/zulip.git
26 lines
393 B
INI
26 lines
393 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[[shell]]
|
|
binary_next_line = true
|
|
switch_case_indent = true
|
|
|
|
[{*.{cjs,cts,js,json,mjs,mts,ts},check-openapi}]
|
|
max_line_length = 100
|
|
|
|
[*.{py,pyi}]
|
|
max_line_length = 110
|
|
|
|
[*.{md,svg,rb,pp,yaml,yml}]
|
|
indent_size = 2
|
|
|
|
[package.json]
|
|
indent_size = 2
|