initial commit

This commit is contained in:
Nick Peng
2018-04-22 23:14:26 +08:00
parent b82bf516e2
commit c6af293927
15 changed files with 3432 additions and 0 deletions

9
.clang-format Executable file
View File

@@ -0,0 +1,9 @@
#http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: ForContinuationAndIndentation
MaxEmptyLinesToKeep: 1
AllowShortFunctionsOnASingleLine: Empty
BreakBeforeBraces: Linux