This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
SPIRV-Tools
Watch
1
Star
0
Fork
0
You've already forked SPIRV-Tools
mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced
2024-11-23 12:10:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
51a2484b36
SPIRV-Tools
/
.clang-format
6 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Code drop of the Codeplay spirv-tools source. This commit contains the source for the SPIRV static library, spirv-as, spirv-dis, and spirv-val tools.
2015-05-22 17:26:19 +00:00
---
Run clang-format to enforce Google style globally. Note that we are more strict than Google style for one aspect: pointer/reference indicators are adjacent to their types, not their variables. find . -name "*.h" -exec clang-format -i {} \; find . -name "*.cpp" -exec clang-format -i {} \;
2015-11-02 14:41:20 +00:00
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
Code drop of the Codeplay spirv-tools source. This commit contains the source for the SPIRV static library, spirv-as, spirv-dis, and spirv-val tools.
2015-05-22 17:26:19 +00:00
...
Reference in New Issue
Copy Permalink