brewery
notashelf /
3dd2d604ce6ca911399e13a1f89f4acc3ee2de37

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