-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
40 lines (40 loc) · 1.26 KB
/
settings.json
File metadata and controls
40 lines (40 loc) · 1.26 KB
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
{
"window.zoomLevel": 0,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 1,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"workbench.startupEditor": "none",
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.scrollToSwitchTabs": true,
"css.lint.duplicateProperties": "error",
"eslint.alwaysShowStatus": true,
"javascript.format.semicolons": "insert",
"javascript.preferences.quoteStyle": "single",
"typescript.format.semicolons": "insert",
"typescriptHero.imports.organizeOnSave": true,
"prettier.enable": true,
"eslint.validate": ["typescript", "javascript"],
"eslint.enable": true,
"javascript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifier": "relative",
"htmlhint.options": {
"attr-lowercase": false,
"doctype-first": false
},
"i18n-ally.displayLanguage": "es",
"i18n-ally.localeCountryMap": {
"es": "es",
"ca": "es",
"gl": "es"
},
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.sourceLanguage": "es",
"diffEditor.ignoreTrimWhitespace": false,
"prettier.tabWidth": 1,
"i18n-ally.enabledFrameworks": "ngx-translate"
}