Added custom tab pages animations

This commit is contained in:
Stefan Zermatten
2017-01-27 15:34:09 +02:00
parent d710579025
commit 3530eefb2a
12 changed files with 185 additions and 43 deletions

View File

@@ -13,7 +13,7 @@
"disallowMixedSpacesAndTabs": "smart",
"disallowTrailingWhitespace": true,
"disallowSpaceAfterPrefixUnaryOperators": true,
"disallowMultipleVarDecl": true,
"disallowMultipleVarDecl": false,
"disallowNewlineBeforeBlockStatements": true,
"disallowKeywordsOnNewLine": ["else"],