aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%APPDATA%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-09-22 13:57:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-09-22 13:57:48 +0300
commit19a613df8bc12e581a75f53abdc97773fe9aa9bc (patch)
treed1195deffb87e2625cdb51cb44975990d343dfb7 /%APPDATA%
parentSublime Text 3: larger fonts in tabs and sidebar (diff)
downloadwindows-home-19a613df8bc12e581a75f53abdc97773fe9aa9bc.tar.gz
windows-home-19a613df8bc12e581a75f53abdc97773fe9aa9bc.zip
Sublime Text 3: don't auto-complete braces
Also, make sure files end with \n.
Diffstat (limited to '%APPDATA%')
-rw-r--r--%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings6
1 files changed, 4 insertions, 2 deletions
diff --git a/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings b/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings
index 7e45370..84e37e7 100644
--- a/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings
+++ b/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings
@@ -1,10 +1,12 @@
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
+ "auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
"detect_indentation": false,
"draw_indent_guides": false,
"draw_minimap_border": true,
+ "ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"folder_exclude_patterns":
[
@@ -13,8 +15,8 @@
],
"font_options":
[
- "no_italic",
- "no_bold"
+ "no_bold",
+ "no_italic"
],
"font_size": 11,
"highlight_line": true,