From 1967027d29d23bfde315ca74eebb44fc1bc75e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 21 Feb 2021 00:41:19 +0100 Subject: [PATCH] clean up repository. --- .gitattributes | 1 + .vscode/settings.json | 49 +++++++++++++++++++++---------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 .gitattributes 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 + }, +}