Revision f2393d820b8f5abaa3ee6f1be7e21b7a71c5d870 authored by Kitware Robot on 27 July 2024, 04:01:47 UTC, committed by Kitware Robot on 27 July 2024, 04:01:47 UTC
1 parent 26302e1
Raw File
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top