Last active
September 5, 2016 03:32
-
-
Save herusdianto/7d6b6f585e952fb1c4c611d0bab6dd82 to your computer and use it in GitHub Desktop.
Sublime Text 3 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
{ | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
"shift_tab_unindent": true, | |
"highlight_modified_tabs": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment