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

.clang-format - github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3fa31c2662fc80b6442ffa6e212a1f84f5e2f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
Language:        Cpp
ColumnLimit:     0
IndentWidth: 4
IndentCaseLabels: true
IndentExternBlock: Indent
NamespaceIndentation: All
FixNamespaceComments: false
BreakBeforeBinaryOperators: NonAssignment
AlignAfterOpenBracket: DontAlign
AlignOperands: DontAlign
PointerAlignment: Left
SortIncludes: Never
...