Created
June 15, 2015 07:08
-
-
Save vishalzambre/cbdb3ea1af9e11805683 to your computer and use it in GitHub Desktop.
sublime user setting
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"draw_white_space": "all", | |
"enable_tab_scrolling": false, | |
"font_size": 18, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"margin": 2, | |
"rulers": | |
[ | |
80, | |
150 | |
], | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment