Skip to content

Instantly share code, notes, and snippets.

@malachaifrazier
Last active February 20, 2018 14:24
Show Gist options
  • Save malachaifrazier/a9f3ec20d40fb74370a3 to your computer and use it in GitHub Desktop.
Save malachaifrazier/a9f3ec20d40fb74370a3 to your computer and use it in GitHub Desktop.
User settings
{
"color_scheme": "Packages/Babel/Monokai Phoenix.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"file_exclude_patterns":
[
".DS_Store",
"Desktop.ini",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git",
"node_modules"
],
"font_face": "Anonymous Pro",
"font_size": 13,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Handlebars",
"Highlight Whitespaces",
"HighlightWhitespaces",
"Markdown",
"Vintage"
],
"line_padding_bottom": 5,
"match_brackets": true,
"match_brackets_angle": true,
"numix_folder_icons": true,
"remember_open_files": false,
"rulers":
[
80
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment