puiu91
1/12/2016 - 6:26 AM

Preferences.sublime-settings

Preferences.sublime-settings

{
	// animation
	"animation_enabled": false,
	"tree_animation_enabled": false,
	// thematics
	"caret_style": "blink",
	"theme": "Afterglow-blue.sublime-theme",	
	"color_scheme": "Packages/Colorsublime-Themes/orig/laravel-contrast.tmTheme",
	// font rendering
	"font_face": "Roboto Mono",
	"font_options":
	[
		"directwrite",
		"subpixel_antialias"
	],	
	"font_size": 10,
	"line_padding_bottom": -1,
	"line_padding_top": 0,

	// untested
	"indent_to_bracket": true,
	"line_padding_bottom": -1,
	"line_padding_top": 0,
	"smart_indent": true,
	"tab_size": 4,
	"translate_tabs_to_spaces": true,
	"trim_automatic_white_space": true,
	"use_tab_stops": true
}
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
    // Controls side bar animation when expanding or collapsing folders
    "tree_animation_enabled": false,
    // Controls animation throughout the application
    "animation_enabled": false,
}