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": {