https://github.com/oldvis/image-taxonomy-labeler
Tip revision: fb023392f66b3305a59dc7fe7056df5bc77b36a3 authored by Yu Zhang on 22 June 2025, 07:49:44 UTC
Update README.md
Update README.md
Tip revision: fb02339
.editorconfig
root = true
[*.{py}]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,jsx,ts,tsx,vue}]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
