Add assignment1 draft

This commit is contained in:
Alex Hirsch
2020-09-29 13:16:19 +02:00
parent b6d70bc6b6
commit f8046ed758
4 changed files with 396 additions and 0 deletions

14
.clang-format Normal file
View File

@@ -0,0 +1,14 @@
---
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
AlignEscapedNewlines: DontAlign
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: true
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
...