Allow usage of system clang-format instead of bundled (https://github.com/DiligentGraphics/DiligentEngine/issues/79)
assiduous
2 years ago
0 | 0 | #!/bin/bash |
1 | python ../../../DiligentCore/BuildTools/FormatValidation/clang-format-validate.py \ | |
2 | --clang-format-executable ../../../DiligentCore/BuildTools/FormatValidation/clang-format_linux_10.0.0 \ | |
3 | -r ../../AssetLoader ../../Imgui ../../NativeApp/include ../../NativeApp/src ../../TextureLoader ../../Tests \ | |
1 | ||
2 | source ../../../DiligentCore/BuildTools/FormatValidation/validate_format_linux_implementation.sh | |
3 | ||
4 | validate_format ../../AssetLoader ../../Imgui ../../NativeApp/include ../../NativeApp/src ../../TextureLoader ../../Tests \ | |
4 | 5 | --exclude ../../Imgui/interface/ImGuiImplMacOS.h \ |
5 | 6 | --exclude ../../Imgui/interface/ImGuiImplIOS.h \ |
6 | 7 | --exclude ../../NativeApp/src/UWP \ |