Passcode:
diff --git a/.vscode/settings.json b/.vscode/settings.json index 0ec6bc1..e4337d5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,11 @@ { "editor.autoIndent": "keep", "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, - "javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false, + "javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": true, "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, - "javascript.format.enable": false, - "liveServer.settings.port": 5502 + "javascript.format.enable": true, + "liveServer.settings.port": 5502, + "javascript.format.insertSpaceAfterConstructor": true, + "javascript.format.insertSpaceBeforeFunctionParenthesis": false, + "javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false } \ No newline at end of file diff --git a/index.html b/index.html index 0e4735e..cf814df 100644 --- a/index.html +++ b/index.html @@ -17,15 +17,12 @@