fix editorconfig lints
This commit is contained in:
parent
ab25e3fbf9
commit
1b6280102b
17 changed files with 114 additions and 106 deletions
|
@ -30,3 +30,11 @@ indent_style = tab
|
||||||
[examples/cvector-generator/*.txt]
|
[examples/cvector-generator/*.txt]
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
insert_final_newline = unset
|
insert_final_newline = unset
|
||||||
|
|
||||||
|
[{tests/chat/templates/*.jinja,tests/chat/goldens/*.txt}]
|
||||||
|
indent_style = unset
|
||||||
|
indent_size = unset
|
||||||
|
end_of_line = unset
|
||||||
|
charset = unset
|
||||||
|
trim_trailing_whitespace = unset
|
||||||
|
insert_final_newline = unset
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue