diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.vscode/settings.json b/.vscode/settings.json index ab439477..60abe3b2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,26 +1,25 @@ { - "editor.tabSize": 2, - "editor.insertSpaces": true, - "editor.detectIndentation": false, - "files.encoding": "utf8", - "files.eol": "\n", - "typescript.tsdk": "./node_modules/typescript/lib", - "todo-tree.filtering.excludeGlobs": ["**/node_modules/**"], - "eslint.validate": [ - "vue", - "javascript", - "javascriptreact", - "typescript", - "typescriptreact", - ], - "vetur.validation.template": true, - "vetur.useWorkspaceDependencies": true, - "remote.extensionKind": { - "ms-azuretools.vscode-docker": "ui" - }, - "editor.formatOnSave": false, - "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - }, - } - \ No newline at end of file + "editor.tabSize": 2, + "editor.insertSpaces": true, + "editor.detectIndentation": false, + "files.encoding": "utf8", + "files.eol": "\n", + "typescript.tsdk": "./node_modules/typescript/lib", + "todo-tree.filtering.excludeGlobs": ["**/node_modules/**"], + "eslint.validate": [ + "vue", + "javascript", + "javascriptreact", + "typescript", + "typescriptreact", + ], + "vetur.validation.template": true, + "vetur.useWorkspaceDependencies": true, + "remote.extensionKind": { + "ms-azuretools.vscode-docker": "ui" + }, + "editor.formatOnSave": false, + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true + }, +}