Added clang-format and removed submodule
This commit is contained in:
parent
fb6003eaa3
commit
a5761ab5db
13
.clang-format
Normal file
13
.clang-format
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
BasedOnStyle: LLVM
|
||||||
|
ColumnLimit: 120
|
||||||
|
IndentWidth: 4
|
||||||
|
TabWidth: 4
|
||||||
|
UseTab: ForIndentation
|
||||||
|
AlignEscapedNewlines: DontAlign
|
||||||
|
AllowShortFunctionsOnASingleLine: Empty
|
||||||
|
AlwaysBreakTemplateDeclarations: true
|
||||||
|
BreakBeforeBraces: Custom
|
||||||
|
BraceWrapping:
|
||||||
|
AfterFunction: true
|
||||||
|
...
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "inout/inout"]
|
|
||||||
path = inout/inout
|
|
||||||
url = git@blackmark.me:inout.git
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 42bc1147b889b4d1b87e48e59375eefe7bec07fc
|
|
Loading…
Reference in New Issue
Block a user