Created
August 19, 2014 08:35
-
-
Save pherrymason/b9e8e71530ef86ec0025 to your computer and use it in GitHub Desktop.
Sublime Text Packets and Configuration
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/Flatland Monokai (SL).tmTheme", | |
"default_line_ending": "unix", | |
"detect_indentation": false, | |
"font_size": 11, | |
"highlight_line": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Flatland Dark.sublime-theme", | |
"open_files_in_new_window": false, | |
"word_wrap": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment