Add personal env setup

pull/72/head
Patrick Röthlisberger 5 years ago
parent 082def6411
commit df6133491c

@ -0,0 +1,12 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"endOfLine": "auto",
"arrowParens": "always",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"useTabs": false,
"printWidth": 80
}

@ -0,0 +1,13 @@
{
"configurations": [
{
"name": "Launch Program",
"program": "${file}",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
}
]
}
Loading…
Cancel
Save