We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73001ea commit 3cf8d61Copy full SHA for 3cf8d61
1 file changed
BuildTools/FormatValidation/validate_format_win.bat
@@ -1,7 +1,7 @@
1
python ../../../DiligentCore/BuildTools/FormatValidation/clang-format-validate.py --color never ^
2
--clang-format-executable ../../../DiligentCore/BuildTools/FormatValidation/clang-format_10.0.0.exe ^
3
-r ../../AssetLoader ../../Imgui ../../NativeApp/include ../../NativeApp/src ../../TextureLoader ^
4
- --exclude ../../Imgui/interface/ImGuiImplMacOS.h ^
5
- --exclude ../../Imgui/interface/ImGuiImplIOS.h ^
6
- --exclude ../../NativeApp/src/UWP ^
7
- --exclude ../../NativeApp/include/UWP
+--exclude ../../Imgui/interface/ImGuiImplMacOS.h ^
+--exclude ../../Imgui/interface/ImGuiImplIOS.h ^
+--exclude ../../NativeApp/src/UWP ^
+--exclude ../../NativeApp/include/UWP
0 commit comments