TMP / pre-commit.py rc1

This commit is contained in:
2022-12-17 14:20:07 +03:00
parent 93a514cc43
commit 45d0897003
6 changed files with 388 additions and 92 deletions

View File

@@ -0,0 +1,5 @@
{
"BasedOnStyle": "LLVM",
"IndentWidth": 4,
"CommentPragmas": "NOLINT",
}

View File

@@ -1,7 +0,0 @@
BasedOnStyle: LLVM
# Use larger indentation
IndentWidth: 4
# clang-tidy suppression markers
CommentPragmas: 'NOLINT'