Created
March 4, 2016 12:27
-
-
Save oksuz/29e4c7ca566b7a110423 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
This file contains 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/User/SublimeLinter/Monokai (SL).tmTheme", | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false, | |
"line_padding_bottom": 0, | |
"draw_white_space": "selection", | |
"scroll_past_end": true, | |
"show_full_path": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment