Skip to content

Instantly share code, notes, and snippets.

@xkraty
Created February 17, 2014 14:51
Show Gist options
  • Save xkraty/9051980 to your computer and use it in GitHub Desktop.
Save xkraty/9051980 to your computer and use it in GitHub Desktop.
Sublime text 3 Preferences
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.scssc",
"tmp/cache/assets/*"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Colorsublime-Themes/Darkside.tmTheme",
"ensure_newline_at_eof_on_save": true,
"flatland_sidebar_tree_small": true,
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"margin": 2,
"open_files_in_new_window": false,
"rulers":
[
80,
132
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment