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 602f13d commit 62ced75Copy full SHA for 62ced75
.github/workflows/clang-format.yml
@@ -20,10 +20,11 @@ jobs:
20
run: sudo apt-get install -y clang-format
21
22
- name: Run clang-format
23
- run: ./run-clang-format.py -d -r Source Data/Base.rte/Shaders
24
- --exclude Source/System/Base64
25
- --exclude Source/System/BitMask
26
- --exclude Source/System/glad
27
- --exclude Source/System/MicroPather
28
- --exclude Source/System/Semver200
29
- --exclude Source/System/StackWalker
+ run: |
+ ./run-clang-format.py -r Source Data/Base.rte/Shaders \
+ --exclude Source/System/Base64 \
+ --exclude Source/System/BitMask \
+ --exclude Source/System/glad \
+ --exclude Source/System/MicroPather \
+ --exclude Source/System/Semver200 \
30
+ --exclude Source/System/StackWalker
0 commit comments