sglang_v0.5.2/pytorch_2.8.0/.editorconfig

15 lines
154 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
# Python
[*.py]
indent_style = space
indent_size = 4
# Make
[Makefile]
indent_style = tab