Skip to content

Instantly share code, notes, and snippets.

@lukasz-madon
Created February 12, 2017 22:50
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 lukasz-madon/a4d282cf572f23e2964452ab5d90b93e to your computer and use it in GitHub Desktop.
Save lukasz-madon/a4d282cf572f23e2964452ab5d90b93e to your computer and use it in GitHub Desktop.
Sublime settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"dist",
"rolepoint-app/ui/public",
"rolepoint-app/rolepoint/web/html",
"rolepoint-app/rolepoint/web/static",
"__pycache__"
],
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"rulers":
[
79
],
"show_encoding": true,
"spell_check": true,
"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