diff options
Diffstat (limited to 'kde-modules/clang-format.cmake')
-rw-r--r-- | kde-modules/clang-format.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kde-modules/clang-format.cmake b/kde-modules/clang-format.cmake index 3734e889..48e442fa 100644 --- a/kde-modules/clang-format.cmake +++ b/kde-modules/clang-format.cmake @@ -4,9 +4,10 @@ # # SPDX-License-Identifier: MIT -# Upstream documentation: -# https://clang.llvm.org/docs/ClangFormatStyleOptions.html - +# This file got automatically created by ECM, do not edit +# See https://clang.llvm.org/docs/ClangFormatStyleOptions.html for the config options +# and https://community.kde.org/Policies/Frameworks_Coding_Style#Clang-format_automatic_code_formatting +# for clang-format tips & tricks --- Language: JavaScript DisableFormat: true |