migrate dotfiles to this repository
This commit is contained in:
16
home/.clang-format
Normal file
16
home/.clang-format
Normal file
@@ -0,0 +1,16 @@
|
||||
BasedOnStyle: LLVM
|
||||
|
||||
IndentWidth: 8
|
||||
TabWidth: 8
|
||||
UseTab: Always
|
||||
|
||||
ColumnLimit: 80
|
||||
|
||||
IndentCaseLabels: false
|
||||
IndentGotoLabels: false
|
||||
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping:
|
||||
AfterFunction: false
|
||||
|
||||
AlwaysBreakAfterDefinitionReturnType: false
|
||||
Reference in New Issue
Block a user