Last active
July 9, 2017 17:08
-
-
Save falldowngoboone/a94a31eec5a0b5d91fb335049a45a4cf to your computer and use it in GitHub Desktop.
Personal Sublime Text 3 User Settings
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
| { | |
| "auto_complete": true, | |
| "auto_complete_commit_on_tab": true, | |
| "auto_complete_with_fields": true, | |
| "bold_folder_labels": true, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme", | |
| "detect_indentation": true, | |
| "fade_fold_buttons": true, | |
| "folder_exclude_patterns": | |
| [ | |
| ".svn", | |
| ".git", | |
| ".hg", | |
| "CVS", | |
| "tmp", | |
| ".bundle", | |
| ".sass-cache" | |
| ], | |
| "font_size": 13.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "rulers": | |
| [ | |
| 80 | |
| ], | |
| "scroll_past_end": true, | |
| "tab_size": 2, | |
| "theme": "Oceanic Next.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": false, | |
| "word_wrap": true, | |
| "wrap_width": 120 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This assumes Oceanic Next package is installed.