mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
Compare commits
No commits in common. "15ef0951d958dca594d6acd1418fb12a222d9ed9" and "6dd50a4c299707e4a9ace6980a197163de829785" have entirely different histories.
15ef0951d9
...
6dd50a4c29
2 changed files with 1 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -14,6 +14,3 @@ result
|
||||||
__pycache__
|
__pycache__
|
||||||
**.pyc
|
**.pyc
|
||||||
|
|
||||||
node_modules/
|
|
||||||
package-lock.json
|
|
||||||
package.json
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue