https://github.com/opencv/cvat
Raw File
Tip revision: 8a2c23f2c83f01d84f62c5b9c7bcfece2f97169b authored by Nikita Manovich on 25 April 2023, 15:20:58 UTC
Release v2.4.3
Tip revision: 8a2c23f
.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