Initial commit

This commit is contained in:
Francisco Lopes
2017-07-24 18:42:11 -03:00
commit 60ce0b8cc5
7 changed files with 364 additions and 0 deletions

17
.clang-format Normal file
View File

@ -0,0 +1,17 @@
BasedOnStyle: Google
Standard: Cpp11
SortIncludes: false
AccessModifierOffset: -4
PointerBindsToType: false
DerivePointerBinding: false
AllowShortLoopsOnASingleLine: false
AllowShortBlocksOnASingleLine : false
AllowShortIfStatementsOnASingleLine: false
AlwaysBreakTemplateDeclarations: false
AlignConsecutiveAssignments: true
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
AlignOperands: true
ColumnLimit: 80
IndentWidth: 4
TabWidth: 4