Initial version

This commit is contained in:
Johannes Rieken 2016-06-09 12:39:51 +02:00 committed by Alex Dima
parent a818bfffee
commit 331acc5fef
26 changed files with 59386 additions and 2 deletions

9
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/node_modules": true,
"**/release": true,
"**/out": true
}
}