🔧 (home/vscode) add some some default config values
This commit is contained in:
parent
d98db332f9
commit
facc9af7b1
|
@ -28,6 +28,11 @@
|
||||||
"editor.fontFamily" = "'FiraCode Nerd Font Mono', 'Noto Color Emoji'";
|
"editor.fontFamily" = "'FiraCode Nerd Font Mono', 'Noto Color Emoji'";
|
||||||
"editor.fontLigatures" = true;
|
"editor.fontLigatures" = true;
|
||||||
"editor.rulers" = [120];
|
"editor.rulers" = [120];
|
||||||
|
"editor.unicodeHighlight.ambiguousCharacters" = false;
|
||||||
|
"editor.unicodeHighlight.invisibleCharacters" = false;
|
||||||
|
"editor.wordWrapColumn" = 120;
|
||||||
|
"editor.wordWrap" = "off";
|
||||||
|
"editor.wrappingIndent" = "same";
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
"git.enableSmartCommit" = true;
|
"git.enableSmartCommit" = true;
|
||||||
|
|
Loading…
Reference in a new issue