From e5396a0772c8209dd487739029d581c5e8a1d67b Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 22 Jun 2017 09:32:02 +0200 Subject: [PATCH] Added /custom.go to .gitignore --- .gitignore | 5 ++++- .vscode/settings.json | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3d92034..901b7b49 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,7 @@ debug *.log # JS files -*.js \ No newline at end of file +*.js + +# Personal startup settings for each contributor +/custom.go \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index f1a2ea2f..0fcb2420 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,6 @@ { + "editor.detectIndentation": false, + "editor.insertSpaces": false, "tsimporter.emitSemicolon": false, "tsimporter.doubleQuotes": true, "files.exclude": {