File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11---
2+ Language : Json
3+ IndentWidth : 2
4+ ---
25Language : Cpp
36AccessModifierOffset : -2
47AlignAfterOpenBracket : Align
Original file line number Diff line number Diff line change 66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
9+ - id : check-json
910 - id : check-yaml
11+ exclude : ^\.clang-format$
1012 - id : check-added-large-files
1113
1214 # Clang-format for C++
1618 rev : v18.1.8
1719 hooks :
1820 - id : clang-format
19- types_or : [c++, c]
21+ types_or : [c++, c, json ]
2022
2123 # CMake linting and formatting
2224 - repo : https://github.com/BlankSpruce/gersemi
Original file line number Diff line number Diff line change 145145 {
146146 "name" : " clang-16" ,
147147 "inherits" : " common" ,
148- "configurePreset" : " clang-16" ,
148+ "configurePreset" : " clang-16"
149149 }
150150 ],
151151 "testPresets" : [
You can’t perform that action at this time.
0 commit comments