https://github.com/opencv/cvat
Raw File
Tip revision: 967b0fee2c1c5028ad5f8e888b4eb5c138fe2b1e authored by Nikita Manovich on 15 November 2021, 07:13:49 UTC
Merge branch 'release-1.7.0'
Tip revision: 967b0fe
.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