Compare commits

..

No commits in common. "15ef0951d958dca594d6acd1418fb12a222d9ed9" and "6dd50a4c299707e4a9ace6980a197163de829785" have entirely different histories.

2 changed files with 1 additions and 4 deletions

3
.gitignore vendored
View file

@ -14,6 +14,3 @@ result
__pycache__ __pycache__
**.pyc **.pyc
node_modules/
package-lock.json
package.json

View file

@ -146,7 +146,7 @@
"editor.acceptSuggestionOnEnter" = "off"; "editor.acceptSuggestionOnEnter" = "off";
"editor.detectIndentation" = false; "editor.detectIndentation" = false;
"editor.inlineSuggest.enabled" = true; "editor.inlineSuggest.enabled" = true;
"editor.lineNumbers" = "relative"; "editor.lineNumbers" = "on";
"editor.renderControlCharacters" = true; "editor.renderControlCharacters" = true;
"editor.renderWhitespace" = "all"; "editor.renderWhitespace" = "all";
"editor.tabCompletion" = "off"; "editor.tabCompletion" = "off";