diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..5b25ccdba --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd. +# +# SPDX-License-Identifier: CC0-1.0 + +root = true + +[*.{cpp,h,qml}] +trim_trailing_whitespace = true +insert_final_newline = true