Skip to content

Instantly share code, notes, and snippets.

@rafaelsachetto
Last active February 15, 2018 23:48
Show Gist options
  • Save rafaelsachetto/2933460 to your computer and use it in GitHub Desktop.
Save rafaelsachetto/2933460 to your computer and use it in GitHub Desktop.
sublime
{
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
"theme": "Oceanic Next.sublime-theme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"public/uploads/*",
"public/assets/*",
"tmp/uploaders/*"
],
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"reindent_on_save":
[
"rb",
"sublime-settings",
"json",
"html",
"css",
"js"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment