aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.config/sublime-text-3
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-11-18 22:53:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-11-18 22:53:21 +0300
commitbfc100bca38192b8b5e9451ee7f0c2fb78ca49a7 (patch)
treec4e20207a5abb52f14f747b71947046e909a3122 /%HOME%/.config/sublime-text-3
parent.gitconfig: include ~/.gitconfig_work (diff)
downloadlinux-home-bfc100bca38192b8b5e9451ee7f0c2fb78ca49a7.tar.gz
linux-home-bfc100bca38192b8b5e9451ee7f0c2fb78ca49a7.zip
Sublime Text 3: tabs instead of spaces
Diffstat (limited to '%HOME%/.config/sublime-text-3')
-rw-r--r--%HOME%/.config/sublime-text-3/Packages/User/Preferences.sublime-settings74
1 files changed, 37 insertions, 37 deletions
diff --git a/%HOME%/.config/sublime-text-3/Packages/User/Preferences.sublime-settings b/%HOME%/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
index 84e37e7..114ac02 100644
--- a/%HOME%/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
+++ b/%HOME%/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
@@ -1,39 +1,39 @@
{
- "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":
- [
- ".git",
- "__pycache__"
- ],
- "font_options":
- [
- "no_bold",
- "no_italic"
- ],
- "font_size": 11,
- "highlight_line": true,
- "highlight_modified_tabs": true,
- "hot_exit": false,
- "remember_open_files": false,
- "rulers":
- [
- 79
- ],
- "scroll_speed": 0,
- "show_definitions": false,
- "show_encoding": true,
- "show_line_endings": true,
- "smart_indent": false,
- "translate_tabs_to_spaces": true,
- "trim_trailing_white_space_on_save": true,
- "update_check": false,
- "word_wrap": false
+ "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":
+ [
+ ".git",
+ "__pycache__"
+ ],
+ "font_options":
+ [
+ "no_bold",
+ "no_italic"
+ ],
+ "font_size": 10,
+ "highlight_line": true,
+ "highlight_modified_tabs": true,
+ "hot_exit": false,
+ "remember_open_files": false,
+ "rulers":
+ [
+ 79
+ ],
+ "scroll_speed": 0,
+ "show_definitions": false,
+ "show_encoding": true,
+ "show_line_endings": true,
+ "smart_indent": false,
+ "translate_tabs_to_spaces": true,
+ "trim_trailing_white_space_on_save": true,
+ "update_check": false,
+ "word_wrap": false
}