Skip to content

Instantly share code, notes, and snippets.

@jagroop
Last active August 5, 2017 11:44
Show Gist options
  • Save jagroop/8e8f89b2561c7c1cd8066b89ac2addcc to your computer and use it in GitHub Desktop.
Save jagroop/8e8f89b2561c7c1cd8066b89ac2addcc to your computer and use it in GitHub Desktop.
My Sublime text configuration

Sublime text configuration

{
	"bold_folder_labels": true,
	"caret_extra_bottom": 2,
	"caret_extra_top": 2,
	"caret_extra_width": 3,
	"caret_style": "phase",
	"close_windows_when_empty": true,
	"color_scheme": "Packages/User/SublimeLinter/InspiredGitHub (SL).tmTheme",
	"detect_indentation": false,
	"draw_centered": false,
	"draw_minimap_border": true,
	"draw_white_space": "selection",
	"enable_tab_scrolling": false,
	"ensure_newline_at_eof_on_save": true,
	"fade_fold_buttons": false,
	"find_selected_text": true,
	"font_size": 12.5,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"phpfmt",
		"Vintage"
	],
	"line_padding_bottom": 11,
	"line_padding_top": 11,
	"margin": 4,
	"match_brackets": true,
	"match_brackets_angle": true,
	"match_brackets_braces": true,
	"match_brackets_content": true,
	"match_brackets_square": true,
	"open_files_in_new_window": false,
	"origami_auto_zoom_on_focus": false,
	"scroll_past_end": true,
	"show_full_path": true,
	"show_tab_close_buttons": false,
	"soda_classic_tabs": true,
	"spell_check": true,
	"tab_size": 2,
	"theme": "Soda Light 3.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": false,
	"use_simple_full_screen": false,
	"use_tab_stops": true,
	"wide_caret": true,
	"word_wrap": true
}

published: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment