Skip to content

Instantly share code, notes, and snippets.

@diego898
Last active October 10, 2016 16:10
Show Gist options
  • Save diego898/ee61665a6f72d97c8a6b80c0b6bef63f to your computer and use it in GitHub Desktop.
Save diego898/ee61665a6f72d97c8a6b80c0b6bef63f to your computer and use it in GitHub Desktop.
My sublime settings file
{
"WrapPlus.break_on_hyphens": false,
"WrapPlus.break_on_long_words": false,
"added_words":
[
"discriminability",
"neuroscience",
"achievability",
"cyber",
"invertibility",
"Lyapunov",
"diffeomorphism",
"diffeomorphisms",
"decodable",
"pointwise",
"diffeomorphic",
"diego",
"tex",
"Dropbox",
"indices",
"measurability",
"interpretability",
"hypnogram"
],
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "\\",
"selector": "text.tex.latex"
}
],
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 4,
"caret_style": "solid",
"close_windows_when_empty": false,
"color_inactive_tabs": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Dictionaries/English (American).dic",
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.aux",
"*.bbl",
"*.blg",
"*.fdb_latexmk",
"*.fls",
"*.out",
"*.synctex.gz",
"*.DS_Store",
"*.pdf",
"*.zip"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 15.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"☐",
"✄",
"✔",
"✘",
"___________________"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets": false,
"material_theme_accent_acid-lime": true,
"material_theme_appbar_cyan": true,
"material_theme_bold_tab": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"scroll_past_end": true,
"spell_check": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment