Skip to content

Instantly share code, notes, and snippets.

@israeleriston
Last active November 6, 2017 18:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save israeleriston/c1b6d1b808dbdb226bc0b43b1a722590 to your computer and use it in GitHub Desktop.
Save israeleriston/c1b6d1b808dbdb226bc0b43b1a722590 to your computer and use it in GitHub Desktop.
My default settings for using sublime text 3 to work with vuejs/js and python / django

Sublime Text 3

Packages

My custom settings user

{
	"always_show_minimap_viewport": true,
	"bold_folder_labels": true,
	"caret_extra_bottom": 4,
	"caret_extra_top": 6,
	"caret_extra_width": 0,
	"caret_style": "smooth",
	"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
	"ensure_newline_at_eof_on_save": true,
	"font_face": "Fira Code",
	"font_options":
	[
		"gray_antialias",
		"subpixel_antialias"
	],
	"font_size": 16,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Messages",
		"MessagesPylint",
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"line_padding_bottom": 4,
	"line_padding_top": 4,
	"material_theme_big_fileicons": true,
	"material_theme_bold_tab": true,
	"material_theme_contrast_mode": true,
	"material_theme_panel_separator": true,
	"material_theme_tabs_separator": true,
	"material_theme_tree_headings": true,
	"open_files_in_new_window": true,
	"overlay_scroll_bars": "enabled",
	"tab_size": 2,
	"theme": "Material-Theme.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true
}
@rogeriomq
Copy link

E para aumentar a fonte da sidebar em seu tema escolhido:
http://olivierlacan.com/posts/increase-the-sidebar-font-size-in-sublime-text/

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