Skip to content

Instantly share code, notes, and snippets.

@sinourain
Created November 13, 2018 14:17
Show Gist options
  • Save sinourain/29bbcc68aca7b15b7ee01e4dc7df19de to your computer and use it in GitHub Desktop.
Save sinourain/29bbcc68aca7b15b7ee01e4dc7df19de to your computer and use it in GitHub Desktop.
sublime user preferences
{
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"capybara-*.html",
"capybara-*.html",
"bower_components/*.*",
".tmp/*.*",
"platforms/android/*.*"
],
"folder_exclude_patterns":
[
"data",
"plugins",
".zeus.sock",
".git",
".svn",
".hg",
"CVS",
"*/deps",
".sass-cache",
".bundle",
".rbx",
"log",
"tmp",
"static/out",
"blog/out",
"recovery_data",
"www",
"server/public",
"coverage"
],
"font_face": "Menlo",
"font_size": 21.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"BracketHighlighter",
"Vintage"
],
"rulers":
[
80
],
"save_on_focus_lost": true,
"soda_folder_icons": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment