Skip to content

Instantly share code, notes, and snippets.

@cerisier
Created February 5, 2016 13:56
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 cerisier/b993432517780233bebe to your computer and use it in GitHub Desktop.
Save cerisier/b993432517780233bebe to your computer and use it in GitHub Desktop.
Sublime : User preferences
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"auto_complete_triggers":
[
{
"characters": "ng-controller=\"*",
"selector": "punctuation.definition.string"
}
],
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.pyc",
"*~"
],
"folder_exclude_patterns":
[
".bundle",
".git"
],
"font_face": "Hack Regular",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScript",
"SublimeGit",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": false,
"line_padding_bottom": 0,
"line_padding_top": 0,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"scroll_past_end": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"wide_caret": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment