Skip to content

Instantly share code, notes, and snippets.

@lorenzosinisi
Created September 26, 2017 08:35
Show Gist options
  • Save lorenzosinisi/bc324420247585c394eae6a78af0629c to your computer and use it in GitHub Desktop.
Save lorenzosinisi/bc324420247585c394eae6a78af0629c to your computer and use it in GitHub Desktop.
Sublime text
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Colorsublime - Themes/Solarized-dark.tmTheme",
"copy_with_empty_selection": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"production",
"node_modules"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Color Highlighter",
"DashDoc",
"Emmet",
"Haml",
"HTML-CSS-JS Prettify",
"HTML5",
"JavaScript Console",
"JSON Reindent",
"JSONLint",
"Pretty JSON",
"Rails Developer Snippets",
"Rubocop",
"RuboCop",
"Ruby Slim",
"Sass",
"SideBarEnhancements",
"SublimeLinter",
"TodoReview",
"TrailingSpaces",
"Trimmer",
"Vintage",
"W3CValidators"
],
"index_files": true,
"remember_open_files": false,
"rulers":
[
96
],
"show_full_path": true,
"tab_size": 2,
"theme": "Boxy Ocean.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment