cwonrails
10/25/2016 - 2:42 PM

Sublime Settings OSX

Sublime Settings OSX

{
	"auto_complete_triggers":
	[
		{
			"characters": "<",
			"selector": "text.html"
		},
		{
			"characters": ".",
			"selector": "source.js"
		}
	],
	"bold_folder_labels": true,
	"caret_extra_width": 2,
	"caret_style": "smooth",
	"color_scheme": "Packages/User/SublimeLinter/Agila Oceanic Next (SL).tmTheme",
	"fade_fold_buttons": false,
	"font_face": "Inconsolata",
	"font_size": 21,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"JavaScript",
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"show_line_endings": true,
	"tab_size": 4,
	"theme": "Agila.sublime-theme",
	"theme_agila_sidebar_light_icons": true,
	"theme_agila_sidebar_selected_entry_yellow": true,
	"theme_agila_auto_complete_yellow": true,
	"theme_agila_active_tab_entry_yellow": true,
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true,
	"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
	"word_wrap": false
}