8010bf3c4c
* feat: Standardized & cleaned up formatting & linting across repo Co-authored-by: Kristaps Fabians Geikins <fabians@speckle.systems> Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"endOfLine": "auto",
|
|
"bracketSpacing": true,
|
|
"eslintIntegration": true,
|
|
"jsxBracketSameLine": true,
|
|
"vueIndentScriptAndStyle": false,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"printWidth": 100,
|
|
"singleQuote": true
|
|
}
|