Skip to content

Instantly share code, notes, and snippets.

@benhoIIand
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save benhoIIand/8982043 to your computer and use it in GitHub Desktop.

Select an option

Save benhoIIand/8982043 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"flatland_sidebar_tree_small": true,
"flatland_square_tabs": true,
"font_face": "Consolas",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Sublime Linter",
"JsFormat",
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"scroll_past_end": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment