Skip to content

Instantly share code, notes, and snippets.

@DerZyklop
Last active August 29, 2015 13:56
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 DerZyklop/9056427 to your computer and use it in GitHub Desktop.
Save DerZyklop/9056427 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Charming (SL).tmTheme",
"convert_tabspaces_on_save": true,
"default_line_ending": "unix",
"detect_indentation": true,
"draw_centered": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"folder_exclude_patterns":
[
".sass-cache",
".settings",
".svn",
"node_modules",
".git"
],
"font_face": "Fira Mono",
"font_size": 16.0,
"hide_minimap": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"show_full_path": true,
"show_minimap": false,
"show_tab_close_buttons": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment