Skip to content

Instantly share code, notes, and snippets.

@oddnavy
Created February 23, 2018 05:06
Show Gist options
  • Save oddnavy/bb7f22a8fd931093925ad774962c5dcf to your computer and use it in GitHub Desktop.
Save oddnavy/bb7f22a8fd931093925ad774962c5dcf to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending": "LF",
"dictionary": "Packages/Language - English/en_GB.dic",
"enable_tab_scrolling": false,
"auto_indent": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"font_face": "Source Code Pro",
"font_size": 12,
"highlight_line": true,
"hot_exit": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"indent_subsequent_lines": true,
"theme": "Spacegray.sublime-theme",
"binary_file_patterns":
[
".scssc",
"*.min.js",
"node_modules/*",
],
"file_exclude_patterns":
[
"*.scssc",
".DS_Store"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"tmp"
],
"ignored_packages":
[
"Dictionaries",
"Markdown",
"SilverStripe",
"Theme - Phoenix",
"Vintage"
],
"rulers":
[
80,
120
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment