aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%APPDATA%/Sublime Text 3/Packages/User/Preferences.sublime-settings
blob: 5b6e471bacacfdc39dcf16790e9ad5bdff7793f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	"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,
		99
	],
	"scroll_speed": 0,
	"show_definitions": false,
	"show_encoding": true,
	"show_line_endings": true,
	"smart_indent": false,
	"theme": "Default.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true,
	"update_check": false,
	"word_wrap": false
}