From c0798db8db894c47b88486c777b3661829e8af57 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 22 Dec 2021 16:59:28 -0800 Subject: [PATCH] Update default tm_properties --- tm_properties | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/tm_properties b/tm_properties index e37c3a1..b1c890f 100644 --- a/tm_properties +++ b/tm_properties @@ -1,6 +1,6 @@ fontName = "Menlo" fontSize = 12 -tabSize = 2 +tabSize = 4 softTabs = true wrapColumn = "Use Window Frame" spellChecking = false @@ -13,17 +13,12 @@ include = "{$include,.gitignore,.tm_properties}" softTabs = false tabSize = 8 -[ .git/COMMIT_EDITMSG ] -softWrap = true -spellChecking = true -spellingLanguage = 'en' - [ text ] softWrap = false wrapColumn = 80 softTabs = true -tabSize = 2 -spellChecking = true +tabSize = 4 +spellChecking = false [ text.html.markdown ] softWrap = true @@ -41,5 +36,5 @@ tabSize = 4 softWrap = false wrapColumn = "Use Window Frame" softTabs = true -tabSize = 2 +tabSize = 4 spellChecking = false