Skip to content

Commit 2f4ae1a

Browse files
committed
#15 updated fix_formating script
1 parent ba16d74 commit 2f4ae1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## format_fix.sh
44

5-
- TODO
5+
- It fixes the code formatting according to *.clang-format* format configuration in the root dir.
66

77
## check_suspect_words.py
88

@@ -19,4 +19,4 @@ python check_suspect_words.py . --marker-file markers.txt --ext .py .cpp
1919
- Scan only `.py` and `.cpp` files in a src folder
2020
```bash
2121
python check_suspect_words.py ./src --marker-file markers.txt --ext .py .cpp
22-
```
22+
```

0 commit comments

Comments
 (0)