Skip to content

Instantly share code, notes, and snippets.

@gggauravgandhi
Last active August 28, 2016 14:05
Show Gist options
  • Save gggauravgandhi/201175371b4087c141db1dfaca8ff974 to your computer and use it in GitHub Desktop.
Save gggauravgandhi/201175371b4087c141db1dfaca8ff974 to your computer and use it in GitHub Desktop.
My sublime config (in use).
{
"added_words":
[
"nodemon",
"Plugin",
"plugins",
"config",
"datetime",
"plugin",
"async",
"S3",
"mysql",
"redis",
"mkdirp",
"aws",
"sdk",
"fs",
"app",
"curr",
"param",
"params",
"pdf",
"init"
],
"always_show_minimap_viewport": true,
"auto_find_in_selection": false,
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Neka Theme/Neka.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"find_selected_text": true,
"font_face": "Roboto Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScript",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"spell_check": true,
"tab_size": 2,
"theme": "Neka.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment