Skip to content

Instantly share code, notes, and snippets.

@twalker
Last active December 24, 2015 03:29
Show Gist options
  • Save twalker/6738024 to your computer and use it in GitHub Desktop.
Save twalker/6738024 to your computer and use it in GitHub Desktop.
sublime settings
{
"folder_exclude_patterns": ["bower_components", "node_modules", "dist"],
"bold_folder_labels": false,
"caret_style": "wide",
"color_scheme": "Packages/Theme - Nil/Big Duo.tmTheme",
"colored_folder_glyphs": false,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 12,
"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,
"rulers":
[
80
],
"sidebar_folders": true,
"tab_size": 2,
"theme": "Nil.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment