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 1bf68df commit c5cc976Copy full SHA for c5cc976
.github/workflows/clang-format.yml
@@ -20,10 +20,10 @@ jobs:
20
run: sudo apt-get install -y clang-format
21
22
- name: Run clang-format
23
- run: ./run-clang-format.py -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 \\
+ run: ./run-clang-format.py -d -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 \
29
--exclude Source/System/StackWalker
0 commit comments