chore: fix clang-format and all cmake bool options set to true/false
[KDIS.git] / .cmake-format
blob01d0a671edfa97403baca283f75fa5c4a66fd8fc
1 format:
2     tab_size: 2
3     line_width: 100
4     dangle_parens: true
5 parse:
6     additional_commands:
7         cpmaddpackage:
8             pargs:
9                 nargs: "*"
10                 flags: []
11             spelling: CPMAddPackage
12             kwargs: &cpmaddpackagekwargs
13                 NAME: 1
14                 FORCE: 1
15                 VERSION: 1
16                 GIT_TAG: 1
17                 DOWNLOAD_ONLY: 1
18                 GITHUB_REPOSITORY: 1
19                 GITLAB_REPOSITORY: 1
20                 GIT_REPOSITORY: 1
21                 SVN_REPOSITORY: 1
22                 SVN_REVISION: 1
23                 SOURCE_DIR: 1
24                 DOWNLOAD_COMMAND: 1
25                 FIND_PACKAGE_ARGUMENTS: 1
26                 NO_CACHE: 1
27                 GIT_SHALLOW: 1
28                 URL: 1
29                 URL_HASH: 1
30                 URL_MD5: 1
31                 DOWNLOAD_NAME: 1
32                 DOWNLOAD_NO_EXTRACT: 1
33                 HTTP_USERNAME: 1
34                 HTTP_PASSWORD: 1
35                 EXCLUDE_FROM_ALL: 1
36                 SYSTEM: 1
37                 SOURCE_SUBDIR: 1
38                 OPTIONS: +
39         cpmfindpackage:
40             pargs:
41                 nargs: "*"
42                 flags: []
43             spelling: CPMFindPackage
44             kwargs: *cpmaddpackagekwargs
45         cpmdeclarepackage:
46             pargs:
47                 nargs: "*"
48                 flags: []
49             spelling: CPMDeclarePackage
50             kwargs: *cpmaddpackagekwargs
51         packageproject:
52             pargs:
53                 nargs: "*"
54                 flags: []
55             spelling: packageProject
56             kwargs:
57                 NAME: 1
58                 VERSION: 1
59                 INCLUDE_DIR: 1
60                 INCLUDE_DESTINATION: 1
61                 BINARY_DIR: 1
62                 COMPATIBILITY: 1
63                 VERSION_HEADER: 1
64                 DEPENDENCIES: +
65         cpmusepackagelock:
66             pargs: 1
67             spelling: CPMUsePackageLock
68         cpmregisterpackage:
69             pargs: 1
70             spelling: CPMRegisterPackage
71         cpmgetpackageversion:
72             pargs: 2
73             spelling: CPMGetPackageVersion