brewery
notashelf /
bfbcef9c284c54772e80b5a7f33efe9f9bcf75fa

nixir

public

Import-resolving Nix IR plugin

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
.clang-format18 lines451 B
1
---
2
Language: Cpp
3
BasedOnStyle: LLVM
4
IndentWidth: 2
5
TabWidth: 2
6
UseTab: Never
7
ColumnLimit: 100
8
BreakBeforeBraces: Attach
9
AllowShortFunctionsOnASingleLine: Inline
10
AllowShortIfStatementsOnASingleLine: Never
11
AllowShortLoopsOnASingleLine: false
12
SpaceAfterCStyleCast: true
13
SpaceBeforeParens: ControlStatements
14
AlignConsecutiveAssignments: false
15
AlignConsecutiveDeclarations: false
16
NamespaceIndentation: None
17
PointerAlignment: Left
18
ReferenceAlignment: Left