add: dev workflow shenanigans
some shit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# fastwc style, codified. 4 spaces, Allman braces, 80 columns.
|
||||
# The style guide is the law; clang-format is the enforcement.
|
||||
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ContinuationIndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
ColumnLimit: 80
|
||||
BreakBeforeBraces: Allman
|
||||
PointerAlignment: Right
|
||||
DerivePointerAlignment: false
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
SortIncludes: CaseSensitive
|
||||
IncludeBlocks: Regroup
|
||||
Reference in New Issue
Block a user