https://github.com/opencv/cvat
Raw File
Tip revision: 10e71d6cd9be5cc07e2515c138a49c69dc2d6a46 authored by Nikita Manovich on 15 September 2023, 13:51:23 UTC
Release v2.7.1
Tip revision: 10e71d6
.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