From 4a9fa6d88bf55f7fd3bb45381db2539efab37336 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 7 Apr 2016 12:43:48 +0200 Subject: [PATCH] Turn off indent guides for now --- src/vs/editor/common/config/defaultConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/common/config/defaultConfig.ts b/src/vs/editor/common/config/defaultConfig.ts index 426eed7e67f..439a5882382 100644 --- a/src/vs/editor/common/config/defaultConfig.ts +++ b/src/vs/editor/common/config/defaultConfig.ts @@ -79,7 +79,7 @@ class ConfigClass implements IConfiguration { referenceInfos: true, folding: true, renderWhitespace: false, - indentGuides: true, + indentGuides: false, fontFamily: '', fontSize: 0,