File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ indent_size = 4
2020[Makefile ]
2121indent_style = tab
2222
23+ [.gitmodules ]
24+ indent_style = tab
25+
2326[{CMakeLists.txt,* .cmake} ]
2427indent_size = 2
2528
Original file line number Diff line number Diff line change @@ -47,6 +47,14 @@ repos:
4747 hooks :
4848 - id : yamllint
4949
50+ # EditorConfig compliance
51+ - repo : https://github.com/editorconfig-checker/editorconfig-checker.python
52+ rev : 3.6.1
53+ hooks :
54+ - id : editorconfig-checker
55+ exclude : ^(3rdparty/|build.*/|install/)
56+ args : [--disable-indent-size]
57+
5058 - repo : https://github.com/pre-commit/pre-commit-hooks
5159 rev : v6.0.0
5260 hooks :
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ EXTRACT_PRIVATE = YES
2424EXTRACT_TEMPLATE_PARAMS = YES
2525ENABLE_PREPROCESSING = YES
2626MACRO_EXPANSION = YES
27- EXPAND_ONLY_PREDEF = NO
27+ EXPAND_ONLY_PREDEF = NO
You can’t perform that action at this time.
0 commit comments