Skip to content

Instantly share code, notes, and snippets.

@lukzgois
Last active February 24, 2016 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukzgois/dff73b1f63d66cf8eff8 to your computer and use it in GitHub Desktop.
Save lukzgois/dff73b1f63d66cf8eff8 to your computer and use it in GitHub Desktop.
Sublime Text 3 Config
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_minimap_border": true,
"font_face": "Fira Code",
"font_options":
[
"gray_antialias"
],
"font_size": 13,
"hot_exit": false,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 8,
"line_padding_top": 8,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"rulers":
[
120
],
"show_panel_on_build": false,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment