Compare commits

...

3 commits

2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

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

View file

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