diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2021-04-17 17:10:16 +0200 |
---|---|---|
committer | Ahmad Samir <a.samirh78@gmail.com> | 2021-04-17 17:10:16 +0200 |
commit | cf4a96ff44595fcb0e5f29ff1af5780daadc7c97 (patch) | |
tree | a43b7e3c9b5f3ffa10abdd9a161a62771a5c9185 /kde-modules | |
parent | 26fcbd9a5762c3f3e45e7532cc0918eb4f7e63a7 (diff) | |
download | extra-cmake-modules-cf4a96ff44595fcb0e5f29ff1af5780daadc7c97.tar.gz extra-cmake-modules-cf4a96ff44595fcb0e5f29ff1af5780daadc7c97.tar.bz2 |
Add link to clang-format options documentation
Diffstat (limited to 'kde-modules')
-rw-r--r-- | kde-modules/clang-format.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kde-modules/clang-format.cmake b/kde-modules/clang-format.cmake index df6bb636..3734e889 100644 --- a/kde-modules/clang-format.cmake +++ b/kde-modules/clang-format.cmake @@ -4,6 +4,9 @@ # # SPDX-License-Identifier: MIT +# Upstream documentation: +# https://clang.llvm.org/docs/ClangFormatStyleOptions.html + --- Language: JavaScript DisableFormat: true |