Skip to content

Instantly share code, notes, and snippets.

@trungv0
Last active August 29, 2015 14:22
Show Gist options
  • Save trungv0/2ec544b42eadd04daef2 to your computer and use it in GitHub Desktop.
Save trungv0/2ec544b42eadd04daef2 to your computer and use it in GitHub Desktop.

Revisions

  1. trungv0 revised this gist Jun 17, 2015. 1 changed file with 4 additions and 3 deletions.
    7 changes: 4 additions & 3 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,16 @@
    {
    "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
    "default_line_ending": "unix",
    "ensure_newline_at_eof_on_save": true,
    "font_size": 10,
    "ignored_packages":
    [
    "Vintage"
    ],
    "margin": 0,
    "shift_tab_unindent": true,
    "show_encoding": true,
    "show_line_endings": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "ensure_newline_at_eof_on_save": true
    "trim_trailing_white_space_on_save": true
    }
  2. trungv0 revised this gist Jun 4, 2015. 1 changed file with 12 additions and 12 deletions.
    24 changes: 12 additions & 12 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,15 @@
    {
    "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
    "font_size": 10,
    "ignored_packages":
    [
    "Vintage"
    ],
    "margin": 0,
    "show_encoding": true,
    "show_line_endings": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
    "font_size": 10,
    "ignored_packages":
    [
    "Vintage"
    ],
    "margin": 0,
    "show_encoding": true,
    "show_line_endings": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "ensure_newline_at_eof_on_save": true
    }
  3. trungv0 created this gist Jun 4, 2015.
    15 changes: 15 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
    "font_size": 10,
    "ignored_packages":
    [
    "Vintage"
    ],
    "margin": 0,
    "show_encoding": true,
    "show_line_endings": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "ensure_newline_at_eof_on_save": true
    }