Skip to content

Commit fd4bb70

Browse files
committed
update testing file
1 parent b56e577 commit fd4bb70

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ repos:
3939
rev: main
4040
hooks:
4141
- id: clang-format
42-
verbose: true
4342
args: [--style=Google, --version=14]
4443
- id: clang-tidy
45-
verbose: true
4644
args: [--checks="boost-*,bugprone-*,performance-*,readability-*,portability-*,modernize-*,clang-analyzer-*,cppcoreguidelines-*"]
4745
# or specify the path of .clang-tidy
4846
# args: [--config-file=."]

testing/main.c

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
11
#include <stdio.h>
2-
3-
int main(){
4-
5-
for (;;) break;
6-
7-
8-
printf("Hello world!\n");
9-
10-
11-
12-
13-
return 0;}
2+
int main() {for (;;) break; printf("Hello world!\n");return 0;}

0 commit comments

Comments
 (0)