Skip to content

Instantly share code, notes, and snippets.

@shellandbull
Created December 10, 2015 10:41
Show Gist options
  • Save shellandbull/bbbfc74acceeaf609f29 to your computer and use it in GitHub Desktop.
Save shellandbull/bbbfc74acceeaf609f29 to your computer and use it in GitHub Desktop.
mah-settings
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".sass-cache",
"bower_components",
"node_modules",
"dist",
"CVS",
"tmp"
],
"font_size": 12,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"Git",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"margin": 0,
"rulers":
[
100
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_full_path": true,
"show_minimap": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment