raylu 8 anos atrás
pai
commit
8c0c95b718
1 arquivos alterados com 14 adições e 0 exclusões
  1. 14 0
      config/Code/User/settings.json

+ 14 - 0
config/Code/User/settings.json

@@ -0,0 +1,14 @@
+{
+	"window.zoomLevel": 0,
+	"window.menuBarVisibility": "toggle",
+	"editor.insertSpaces": false,
+	"editor.wordWrapColumn": 100,
+	"files.insertFinalNewline": true,
+	"vim.disableAnnoyingNeovimMessage": true,
+	"vim.otherModesKeyBindingsNonRecursive": [
+		{
+			"before": ["-"],
+			"after": ["$"]
+		}
+	]
+}