https://github.com/opencv/cvat
Raw File
Tip revision: 5e687c0e00b52e3d0f1c5c4973c50484a991ae2d authored by Paweł Kotiuk on 07 June 2023, 13:04:35 UTC
Add support for semi-auto annotations
Tip revision: 5e687c0
.editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 4

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
back to top