Skip to content

Instantly share code, notes, and snippets.

@kivlor
Last active December 17, 2015 12:09
Show Gist options
  • Save kivlor/5607275 to your computer and use it in GitHub Desktop.
Save kivlor/5607275 to your computer and use it in GitHub Desktop.
sublime settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/Tomorrow-Night-Bright.tmTheme",
"file_exclude_patterns":
[
".DS_Store",
"._.DS_Store",
"*.swp",
"*.swo"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp"
],
"font_size": 14.0,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"CSS Snippets"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"remember_open_files": false,
"tab_size": 4,
"translate_tabs_to_spaces": false,
"word_wrap": false,
"draw_white_space": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment