Skip to content

Instantly share code, notes, and snippets.

@cararemixed
Created May 26, 2015 15:47
Show Gist options
  • Select an option

  • Save cararemixed/48c430b6d32fdf937bea to your computer and use it in GitHub Desktop.

Select an option

Save cararemixed/48c430b6d32fdf937bea to your computer and use it in GitHub Desktop.
sublime config
{
"auto_complete": false,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/monochromatic (SL).tmTheme",
"draw_centered": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.beam",
"rebar",
"rebar3",
"relx"
],
"fold_buttons": false,
"folder_exclude_patterns":
[
".git"
],
"font_face": "Courier Prime Sans",
"font_size": 14,
"gutter": true,
"highlight_line": false,
"ignored_packages":
[
"JavaScript",
"Vintage",
"Erlang"
],
"line_numbers": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"match_brackets": true,
"rulers":
[
80
],
"save_on_focus_lost": true,
"spell_check": false,
"theme": "Soda Light 3.sublime-theme",
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment