Skip to content

Instantly share code, notes, and snippets.

@RaphaelDDL
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save RaphaelDDL/ef78d761285e356c31d7 to your computer and use it in GitHub Desktop.

Select an option

Save RaphaelDDL/ef78d761285e356c31d7 to your computer and use it in GitHub Desktop.

Revisions

  1. RaphaelDDL revised this gist Jun 2, 2015. 1 changed file with 14 additions and 5 deletions.
    19 changes: 14 additions & 5 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,15 @@
    {
    "atomic_save": false,
    "auto_complete_commit_on_tab": false,
    "auto_complete_with_fields": true,
    "bold_folder_labels": false,
    "caret_extra_width": 1,
    "color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
    "default_line_ending": "unix",
    "detect_indentation": false,
    "detect_slow_plugins": false,
    "disable_tab_abbreviations_on_auto_complete": false,
    "ensure_newline_at_eof_on_save": true,
    "file_exclude_patterns":
    [
    "*.pyc",
    @@ -38,25 +41,31 @@
    "CVS",
    ".sass-cache",
    ".metadata",
    "target"
    "target",
    "MacysUI/macysJS/templates",
    "codecollab",
    "node_modules"
    ],
    "font_options":
    [
    "no_bold",
    "subpixel_antialias"
    ],
    "font_size": 9,
    "font_size": 11,
    "ignored_packages":
    [
    "Vintage",
    "CDuke-sublime-tfs",
    "BufferScroll"
    "BufferScroll",
    "TernJS",
    "Markdown",
    "CDuke-sublime-tfs"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "overlay_scroll_bars": "disabled",
    "piatto_folder_icons": true,
    "shift_tab_unindent": true,
    "show_full_path": true,
    "show_tab_close_buttons": true,
    "stupid_indent":
    [
    @@ -71,7 +80,7 @@
    }
    ],
    "tab_size": 4,
    "theme": "Piatto Dark 3.sublime-theme",
    "theme": "Soda Dark 3.sublime-theme",
    "translate_tabs_to_spaces": false,
    "trim_trailing_white_space_on_save": true,
    "wide_caret": true,
  2. RaphaelDDL created this gist Jul 11, 2014.
    79 changes: 79 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,79 @@
    {
    "auto_complete_commit_on_tab": false,
    "auto_complete_with_fields": true,
    "bold_folder_labels": false,
    "color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
    "default_line_ending": "unix",
    "detect_indentation": false,
    "detect_slow_plugins": false,
    "disable_tab_abbreviations_on_auto_complete": false,
    "file_exclude_patterns":
    [
    "*.pyc",
    "*.pyo",
    "*.exe",
    "*.dll",
    "*.obj",
    "*.o",
    "*.a",
    "*.lib",
    "*.so",
    "*.dylib",
    "*.ncb",
    "*.sdf",
    "*.suo",
    "*.pdb",
    "*.idb",
    ".DS_Store",
    "*.class",
    "*.psd",
    "*.db",
    "*.sublime-workspace"
    ],
    "folder_exclude_patterns":
    [
    ".svn",
    ".git",
    ".hg",
    "CVS",
    ".sass-cache",
    ".metadata",
    "target"
    ],
    "font_options":
    [
    "no_bold",
    "subpixel_antialias"
    ],
    "font_size": 9,
    "ignored_packages":
    [
    "Vintage",
    "CDuke-sublime-tfs",
    "BufferScroll"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "overlay_scroll_bars": "disabled",
    "piatto_folder_icons": true,
    "shift_tab_unindent": true,
    "show_tab_close_buttons": true,
    "stupid_indent":
    [
    {
    "patterns":
    [
    "*.*",
    "*"
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": false
    }
    ],
    "tab_size": 4,
    "theme": "Piatto Dark 3.sublime-theme",
    "translate_tabs_to_spaces": false,
    "trim_trailing_white_space_on_save": true,
    "wide_caret": true,
    "word_wrap": true
    }