Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
05cb4abf69a7c515424e8575433577407e728b66
/
.
/
layers
/
.clang-format
blob: fca667092bf0ff48608f769839b90a221f81fe6d [
file
] [
log
] [
blame
]
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle
:
LLVM
IndentWidth
:
4
ColumnLimit
:
132
SortIncludes
:
false
...