5692 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / .clang-format CLANG-FORMAT
# Matches the existing nimbuspwn.c style: 4-space indent, function brace on its
# own line, control-flow brace on the same line, `Type *name`, 80 columns.
# Run:  clang-format -i nimbuspwn.c
---
Language: Cpp
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 80
BreakBeforeBraces: Linux
PointerAlignment: Right
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AlignConsecutiveAssignments: false
SpaceAfterCStyleCast: false
SortIncludes: false
ReflowComments: false