Skip to content

Instantly share code, notes, and snippets.

@anestan
Last active September 29, 2016 08:58
Show Gist options
  • Save anestan/7971ce60fecd9e277334 to your computer and use it in GitHub Desktop.
Save anestan/7971ce60fecd9e277334 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"bold_folder_labels": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp"
],
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"open_files_in_new_window": false,
"tab_size": 2,
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"theme": "Cobalt2.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
@anestan
Copy link
Author

anestan commented Mar 27, 2015

@anestan
Copy link
Author

anestan commented Sep 26, 2016

{
    "bold_folder_labels": true,
    "caret_extra_bottom": 2,
    "caret_extra_top": 2,
    "caret_extra_width": 3,
    "caret_style": "phase",
    "fade_fold_buttons": false,
    "font_face": "Operator Mono Light",
    "font_size": 13,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "indent_guide_options":
    [
        "draw_normal",
        "draw_active"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "wide_caret": true,
    "word_wrap": true,
    "color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
    "theme": "Cobalt2.sublime-theme"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment