-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
40 lines (40 loc) · 1.43 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"better-comments.highlightPlainText": true,
"[css]": {
"editor.foldingStrategy": "indentation"
},
"css.validate": false,
"editor.accessibilitySupport": "off",
"editor.codeActionsOnSave": {
"addMissingImports": true,
"source.fixAll": true,
"source.organizeImports": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "'Victor Mono', 'Inconsolata', 'Source Code Pro', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.linkedEditing": true,
"editor.scrollBeyondLastColumn": 2,
"editor.smoothScrolling": true,
"editor.tabSize": 2,
"emmet.includeLanguages": {
"javascript": "html"
},
"editor.wordWrap": "wordWrapColumn",
"files.autoSave": "onFocusChange",
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"javascript.validate.enable": false,
"prettier.requireConfig": true,
"stylelint.enable": true,
"terminal.integrated.fontFamily": "'Inconsolata', monospace",
"workbench.colorTheme": "Crucial Human Theme",
"workbench.enableExperiments": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.view.alwaysShowHeaderActions": true,
"editor.parameterHints.enabled": false,
"ponicode.testSettings.testLocation.locationType": "Same folder as source file",
"ponicode.testSettings.testLocation.path": "{rootDir}/{filePath}/{fileName}.test.{ext}"
}