https://github.com/opencv/cvat
Raw File
Tip revision: 07b445621b978ac6130d57138455ce688128688e authored by Andrey Zhavoronkov on 20 July 2023, 09:49:20 UTC
Release v2.5.1 (#6520)
Tip revision: 07b4456
.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