Last active
December 16, 2020 06:26
-
-
Save noopurphalak/2ec180a3a0f7f62ec7b093a7a58cb0e1 to your computer and use it in GitHub Desktop.
Revisions
-
noopurphalak revised this gist
Dec 16, 2020 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,11 +8,14 @@ "bracketSpacing": true, "requirePragma": false, "arrowParens": "always", "jsxBracketSameLine": true, "overrides": [ { "files": "*.vue", "options": { "parser": "vue", "vueIndentScriptAndStyle": true, "jsxBracketSameLine": true } }, { -
noopurphalak created this gist
Dec 12, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,28 @@ { "printWidth": 80, "tabWidth": 2, "useTabs": false, "semi": false, "singleQuote": true, "trailingComma": "all", "bracketSpacing": true, "requirePragma": false, "arrowParens": "always", "overrides": [ { "files": "*.vue", "options": { "parser": "vue" } }, { "files": "*.css", "options": { "parser": "css", "printWidth": 120, "singleQuote": false, "semi": true } } ] }