Skip to content

Instantly share code, notes, and snippets.

@dy
Last active March 22, 2017 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dy/8973717 to your computer and use it in GitHub Desktop.
Save dy/8973717 to your computer and use it in GitHub Desktop.
My sublime settings
{
"gutter": true,
"line_numbers": true,
"margin": -2,
"fold_buttons": true,
"fade_fold_buttons": false,
"draw_centered": false,
"rulers": [90],
"word_wrap": true,
"wrap_width": 90,
"gutterForeground": "black",
"save_on_focus_lost": true
}
{
"binary_file_patterns":
[
"dist/*",
"*/dist/*",
"dist/",
"*.min.js",
"*/node_modules/*",
"node_modules/*",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"close_windows_when_empty": true,
"color_scheme": "Packages/User/Eiffel (SL).tmTheme",
"draw_centered": false,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"*/node_modules/*",
"*/dist/*",
"dist/",
"dist",
"*.min.*",
"*.min.js"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"margin": -2,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
90
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_completion": true,
"tab_size": 4,
"trailing_spaces_highlight_color": "white",
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 90
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment