Skip to content

Instantly share code, notes, and snippets.

@pbanaszkiewicz
Created August 15, 2014 21:29
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 pbanaszkiewicz/2517d29e9ff0c9a0f744 to your computer and use it in GitHub Desktop.
Save pbanaszkiewicz/2517d29e9ff0c9a0f744 to your computer and use it in GitHub Desktop.
Sublime User preferences
{
"always_show_minimap_viewport": true,
"auto_indent": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": true,
"draw_minimap_border": true,
"enable_telemetry": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"__pycache__",
"node_modules"
],
"font_face": "Meslo LG M",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"RestructuredText",
"Markdown"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_subsequent_lines": true,
"indent_to_bracket": true,
"margin": 2,
"preview_on_click": false,
"rulers":
[
79
],
"shift_tab_unindent": true,
"show_line_endings": true,
"smart_indent": true,
"tab_size": 4,
"todo":
{
"case_sensitive": true,
"patterns":
{
"CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$",
"FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$",
"NOTE": "NOTE[\\s]*?:+(?P<note>.*)$",
"TODO": "TODO[\\s]*?:+(?P<todo>.*)$"
}
},
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": "auto",
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment