🔧 (home/vscode) add some some default config values

This commit is contained in:
Laureηt 2024-09-07 15:09:52 +02:00
parent d98db332f9
commit facc9af7b1
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -28,6 +28,11 @@
"editor.fontFamily" = "'FiraCode Nerd Font Mono', 'Noto Color Emoji'";
"editor.fontLigatures" = true;
"editor.rulers" = [120];
"editor.unicodeHighlight.ambiguousCharacters" = false;
"editor.unicodeHighlight.invisibleCharacters" = false;
"editor.wordWrapColumn" = 120;
"editor.wordWrap" = "off";
"editor.wrappingIndent" = "same";
"git.autofetch" = true;
"git.confirmSync" = false;
"git.enableSmartCommit" = true;