Created
January 27, 2016 03:53
-
-
Save dimasjt/5cc222857d2cace4ebe0 to your computer and use it in GitHub Desktop.
My Preferences setting for sublime text
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, | |
"color_scheme": "Packages/User/SublimeLinter/LAZY (SL).tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"font_size": 10, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"material_theme_contrast_mode": true, | |
"material_theme_small_tab": true, | |
"overlay_scroll_bars": "enabled", | |
"tab_size": 2, | |
"theme": "Default.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"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