Last active
February 15, 2018 23:48
-
-
Save rafaelsachetto/2933460 to your computer and use it in GitHub Desktop.
sublime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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