Skip to content

Instantly share code, notes, and snippets.

@amokan
Created September 16, 2015 15:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amokan/b14d8d6292ca65fbafdf to your computer and use it in GitHub Desktop.
Save amokan/b14d8d6292ca65fbafdf to your computer and use it in GitHub Desktop.
preferences.sublime-settings
{
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/Solarized (Dark) (SL).tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp/class-*",
"tmp/es_*",
"tmp/jshinter*",
"tmp/replace_*",
"tmp/static_compiler*",
"tmp/template_compiler*",
"tmp/tree_merger*",
"tmp/coffee_script*",
"tmp/concat-tmp*",
"tmp/export_tree*",
"tmp/sass_compiler*"
],
"font_face": "Hack",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11.0,
"highlight_line": false,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"open_files_in_new_window": true,
"remember_open_files": false,
"rulers":
[
100
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"wrap_width": 79
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment