We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ad368 commit 8158353Copy full SHA for 8158353
.github/workflows/code_format.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: DoozyX/[email protected]
19
with:
20
source: '. ./src ./src/libs'
21
- exclude: './src/libs/TimerInterrupt ./scripts fonts128x64.h'
+ exclude: './src/libs/TimerInterrupt ./scripts ./src/fonts128x64.h'
22
extensions: 'c,cpp,h,hpp'
23
clangFormatVersion: 12
24
inplace: True
0 commit comments