From facc9af7b1c618e68a079f0ac3ac10d3525826d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 7 Sep 2024 15:09:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(home/vscode)=20add=20some=20som?= =?UTF-8?q?e=20default=20config=20values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/applications/vscode.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/applications/vscode.nix b/home/applications/vscode.nix index 5ecaeea..7787ac6 100644 --- a/home/applications/vscode.nix +++ b/home/applications/vscode.nix @@ -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;