quantization / lm-quant-toolkit /.editorconfig
chen459664's picture
Add files using upload-large-folder tool
7036b3d verified
Raw
History Blame Contribute Delete
357 Bytes
# EditorConfig: http://editorconfig.org/
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
[*.py]
max_line_length = 80
indent_style = space
indent_size = 4
[*.md]
max_line_length = 80
[*.json]
indent_size = 2
[*.py]
indent_size = 4
[*.sh]
indent_size = 4
[*.{yml,yaml}]
indent_size = 2