Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Krusche committed Nov 24, 2017
0 parents commit 9ee2120
Show file tree
Hide file tree
Showing 393 changed files with 117,043 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
BasedOnStyle: WebKit
ColumnLimit: 120
AlignAfterOpenBracket: AlwaysBreak
BreakBeforeBraces: Allman
BreakStringLiterals: 'true'
ReflowComments: 'true'
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*.swp
*.swo
.idea
*.pyc
tags
compile_commands.json
cmake-build-debug
.idea
build
.vscode
.DS_Store
/src/python/test/test_failed.json
Loading

0 comments on commit 9ee2120

Please sign in to comment.