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-22 03:30:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fcf994a619
SPIRV-Tools
/
.clang-format
7 lines
92 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
Setup gclient and presubmit file. This CL adds the necessary files to use gclient and the depot_tools with the SPIRV-Tools directory. This allows doing things like `git cl format` to format code pre-upload and `git cl presubmit -uf` to run presubmit checks over the code. The dependencies are all added to the DEPS file and will be auto-downloaded. They are all pin'd to specific revisions so everyone has the same checkout. Clang is included in the checkout so it will be consistent over usages. Use clang-format
2018-06-06 01:36:50 +00:00
SortIncludes: true
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