Skip to content

Instantly share code, notes, and snippets.

View hugh-hoang's full-sized avatar

Hugh Hoang hugh-hoang

  • Augen Software Group
  • Auckland NZ
View GitHub Profile
"files.associations": {
"*.vue": "html"
},
"editor.formatOnSave": true,
// Defines space handling before function argument parentheses. Requires TypeScript >= 2.1.5.
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
// Defines space handling before function argument parentheses. Requires TypeScript >= 2.1.5.
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
// Eslint options
"eslint.enable": true,