add map of hikes

This commit is contained in:
Berkeley Martinez
2015-07-09 00:29:29 -07:00
parent d2c858fc8c
commit bc62d18eb4
6 changed files with 115 additions and 21 deletions

View File

@@ -185,10 +185,12 @@
"sort-vars": 0,
"space-after-keywords": [
2,
"always",
{ "checkFunctionKeyword": false }
"always"
],
"space-before-function-paren": [
2,
"never"
],
"space-after-function-names": "never",
"space-before-blocks": [
2,
"always"