Skip to content

Instantly share code, notes, and snippets.

@tungpt247
Created March 24, 2016 03:54
Show Gist options
  • Select an option

  • Save tungpt247/c5e40851a2511626d6c8 to your computer and use it in GitHub Desktop.

Select an option

Save tungpt247/c5e40851a2511626d6c8 to your computer and use it in GitHub Desktop.

Revisions

  1. tungpt247 created this gist Mar 24, 2016.
    27 changes: 27 additions & 0 deletions web-development-sublime-config
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    {
    "bold_folder_labels": true,
    "color_scheme": "Packages/Colorcoder/Dracula (Colorcoded) (SL) (Colorcoded).tmTheme",
    "convert_tabspaces_on_save": false,
    "detect_indentation": true,
    "ensure_newline_at_eof_on_save": true,
    "expand_tabs_on_save": true,
    "font_options": "subpixel_antialias",
    "font_size": 13,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "draw_white_space": "all",
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_to_bracket": true,
    "margin": 2,
    "original_color_scheme": "Packages/User/SublimeLinter/Dracula (Colorcoded) (SL).tmTheme",
    "theme": "Spacegray.sublime-theme",
    "scroll_past_end": false,
    "show_line_endings": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": true
    }