Skip to content

Instantly share code, notes, and snippets.

@jacrook
Last active August 29, 2015 13:56

Revisions

  1. jacrook revised this gist Mar 19, 2014. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions Jacrook Sublime 3 User Settings
    Original file line number Diff line number Diff line change
    @@ -42,9 +42,10 @@
    "show_tab_close_buttons": false,
    "soda_classic_tabs": false,
    "soda_folder_icons": true,
    "tab_size": 4,
    "theme": "Flatland Dark.sublime-theme",
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "detect_indentation": false,
    "theme": "Flatland Dark.sublime-theme",
    "trim_trailing_white_space_on_save": true,
    "word_wrap": true
    }
  2. jacrook revised this gist Mar 4, 2014. 1 changed file with 11 additions and 3 deletions.
    14 changes: 11 additions & 3 deletions Jacrook Sublime 3 User Settings
    Original file line number Diff line number Diff line change
    @@ -4,8 +4,9 @@
    "auto_complete_with_fields": true,
    "bold_folder_labels": true,
    "caret_style": "phase",
    "color_scheme": "Packages/User/Flatland Monokai (SL).tmTheme",
    "color_scheme": "Packages/User/FireCode (SL).tmTheme",
    "detect_indentation": true,
    "ensure_newline_at_eof_on_save": true,
    "fade_fold_buttons": true,
    "flatland_sidebar_tree_xlarge": true,
    "flatland_square_tabs": true,
    @@ -19,19 +20,26 @@
    ".bundle",
    ".sass-cache"
    ],
    "font_size": 12.0,
    "font_face": "Source Code Pro",
    "font_options":
    [
    "subpixel_antialias",
    "no_bold"
    ],
    "font_size": 13,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "line_padding_bottom": 1,
    "line_padding_bottom": 0,
    "line_padding_top": 1,
    "rulers":
    [
    80
    ],
    "show_tab_close_buttons": false,
    "soda_classic_tabs": false,
    "soda_folder_icons": true,
    "tab_size": 4,
  3. jacrook created this gist Feb 6, 2014.
    42 changes: 42 additions & 0 deletions Jacrook Sublime 3 User Settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,42 @@
    {
    "auto_complete": true,
    "auto_complete_commit_on_tab": true,
    "auto_complete_with_fields": true,
    "bold_folder_labels": true,
    "caret_style": "phase",
    "color_scheme": "Packages/User/Flatland Monokai (SL).tmTheme",
    "detect_indentation": true,
    "fade_fold_buttons": true,
    "flatland_sidebar_tree_xlarge": true,
    "flatland_square_tabs": true,
    "folder_exclude_patterns":
    [
    ".svn",
    ".git",
    ".hg",
    "CVS",
    "tmp",
    ".bundle",
    ".sass-cache"
    ],
    "font_size": 12.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "rulers":
    [
    80
    ],
    "soda_classic_tabs": false,
    "soda_folder_icons": true,
    "tab_size": 4,
    "theme": "Flatland Dark.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": true
    }