Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.clang-format - github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5bf32ea48f7ee9ab4ce9a9305cf56bbd7eccc74b (plain)
1
2
3
4
5
6
7
---
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
SortIncludes: true
AllowShortIfStatementsOnASingleLine: true
...