brewery
notashelf /
5b80e3aa63c68867d85647d8cf4428395ea5b045

nixir

public

Import-resolving Nix IR plugin

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/nixir.git

Commit 5b80e3aa63c6

tarball

NotAShelf <raf@notashelf.dev> · 2026-02-21 21:07 UTC

unverified1 files changed+18-0
chore: set up clang-format

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia4928173791618598031d584f7b6cf166a6a6964
diff --git a/.clang-format b/.clang-formatnew file mode 100644index 0000000..13d0652--- /dev/null+++ b/.clang-format@@ -0,0 +1,18 @@+---+Language: Cpp+BasedOnStyle: LLVM+IndentWidth: 2+TabWidth: 2+UseTab: Never+ColumnLimit: 100+BreakBeforeBraces: Attach+AllowShortFunctionsOnASingleLine: Inline+AllowShortIfStatementsOnASingleLine: Never+AllowShortLoopsOnASingleLine: false+SpaceAfterCStyleCast: true+SpaceBeforeParens: ControlStatements+AlignConsecutiveAssignments: false+AlignConsecutiveDeclarations: false+NamespaceIndentation: None+PointerAlignment: Left+ReferenceAlignment: Left