Created
August 1, 2016 13:37
-
-
Save kim3er/786af5aeee6f4a8134b317bdd4f3918e to your computer and use it in GitHub Desktop.
iMac Sublime 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
Show hidden characters
{ | |
"Seti_show_group_arrows": true, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": true, | |
"caret_extra_bottom": 3, | |
"caret_extra_top": 3, | |
"caret_extra_width": 2, | |
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme", | |
"copy_with_empty_selection": true, | |
"ensure_newline_at_eof_on_save": true, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"EJS", | |
"Vintage" | |
], | |
"index_files": true, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
79 | |
], | |
"tab_size": 2, | |
"theme": "Seti.sublime-theme", | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment