Skip to content

Instantly share code, notes, and snippets.

@lnpbk
Last active January 4, 2016 19:09
Show Gist options
  • Select an option

  • Save lnpbk/8665413 to your computer and use it in GitHub Desktop.

Select an option

Save lnpbk/8665413 to your computer and use it in GitHub Desktop.

Revisions

  1. lnpbk revised this gist Jan 28, 2014. 1 changed file with 17 additions and 17 deletions.
    34 changes: 17 additions & 17 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,24 +1,24 @@
    {
    "bold_folder_labels": true,
    "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
    "drag_text": false,
    "ensure_newline_at_eof_on_save": true,
    "font_face": "Source Code Pro",
    "font_size": 13,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    "bold_folder_labels": true,
    "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
    "drag_text": false,
    "ensure_newline_at_eof_on_save": true,
    "font_face": "Source Code Pro",
    "font_size": 13,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_active"
    ],
    "line_padding_bottom": 5,
    "line_padding_top": 5,
    "theme": "Spacegray Eighties.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "highlight_line": true,
    "line_padding_bottom": 5,
    "line_padding_top": 5,
    "theme": "Spacegray Eighties.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "draw_white_space": "all",
    }
  2. lnpbk created this gist Jan 28, 2014.
    24 changes: 24 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    {
    "bold_folder_labels": true,
    "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
    "drag_text": false,
    "ensure_newline_at_eof_on_save": true,
    "font_face": "Source Code Pro",
    "font_size": 13,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_active"
    ],
    "line_padding_bottom": 5,
    "line_padding_top": 5,
    "theme": "Spacegray Eighties.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "draw_white_space": "all",
    }