Skip to content

Instantly share code, notes, and snippets.

@nayed
Last active January 14, 2017 18:04
Show Gist options
  • Select an option

  • Save nayed/27fa1cea57cb0999adfe to your computer and use it in GitHub Desktop.

Select an option

Save nayed/27fa1cea57cb0999adfe to your computer and use it in GitHub Desktop.
My sublime text settings
DoxyDoxygen
SublimeCodeIntel
Modific
AdvancedNewFile
All Autocomplete
Emmet
SublimeLinter - SublimeLinter-Ruby - SublimeLinter-rubocop
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"font_options":
[
"gray_antialias"
],
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": true,
"ui_separator": true, // separators between panels
"ui_font_size_small": true, // smaller UI font size(sidebar, statusbar etc)
"ui_big_tabs": true, // increased tab height
"ui_fix_tab_labels": true,
"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment