Skip to content

Instantly share code, notes, and snippets.

@dr-dimitru
Created February 3, 2018 20:25
Show Gist options
  • Save dr-dimitru/35dfd01e3170e9222bfd63164b784044 to your computer and use it in GitHub Desktop.
Save dr-dimitru/35dfd01e3170e9222bfd63164b784044 to your computer and use it in GitHub Desktop.
Sublime 3 ultimate settings
A File Icon
ApacheConf
Babel
Babel Snippets
Better CoffeeScript
GitGutter
Haproxy
Jade
Material Theme
nginx
Sass
SublimeLinter
SublimeLinter-eslint
SublimeLinter-ruby
{
"added_words":
[
],
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"font_face": "Roboto Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_tomato": true,
"material_theme_arrow_folders": true,
"material_theme_big_fileicons": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_folder_animation": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"save_on_focus_lost": false,
"show_definitions": false,
"show_line_endings": true,
"show_tab_close_buttons": true,
"sidebar_small": true,
"spell_check": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Material-Theme-Palenight.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment