Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ indent_size = 4
[Makefile]
indent_style = tab

[.gitmodules]
indent_style = tab

[{CMakeLists.txt,*.cmake}]
indent_size = 2

Expand Down
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ repos:
hooks:
- id: yamllint

# EditorConfig compliance
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.6.1
hooks:
- id: editorconfig-checker
exclude: ^(3rdparty/|build.*/|install/)
Comment thread
aobolensk marked this conversation as resolved.
args: [--disable-indent-size]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ EXTRACT_PRIVATE = YES
EXTRACT_TEMPLATE_PARAMS = YES
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = NO
EXPAND_ONLY_PREDEF = NO
Loading