File: .clang-format

package info (click to toggle)
vulkan-validationlayers 1.4.328.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 49,412 kB
  • sloc: cpp: 615,223; python: 12,115; sh: 24; makefile: 20; xml: 14
file content (13 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Currently this matches the style of the rest of the repo.
# A concern doing this is this will be more difficult to find
# matching text across the scripts and their generated files.
#
# If that becomes an issue in the future, then someone just needs
# to pick the minimum styles desired.
BasedOnStyle: Google
IndentWidth: 4
AccessModifierOffset: -2
ColumnLimit: 132
SortIncludes: false
...