aboutsummaryrefslogtreecommitdiff
path: root/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
blob: 842869050156b63ea1f2d6d8d747b9ed7debaf68 (plain)
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
{
	"bold_folder_labels": true,
	"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
	"convert_tabspaces_on_save": true,
	"ensure_newline_at_eof_on_save": true,
	"font_face": "Monospace",
	"font_options":
	[
		"no_italic",
		"no_bold"
	],
	"font_size": 10,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Sass"
	],
	"index_files": false,
	"line_numbers": false,
	"line_padding_bottom": 3,
	"line_padding_top": 3,
	"margin": 0,
	"overlay_scroll_bars": "disabled",
	"predawn_tabs_small": true,
	"save_on_focus_lost": true,
	"scroll_past_end": true,
	"show_git_status": false,
	"show_panel_on_build": false,
	"show_tab_close_buttons": false,
	"theme": "predawn-DEV.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true,
	"update_check": false,
	"word_wrap": true,
	"wrap_width": 100
}