Created
October 30, 2014 10:01
-
-
Save maxehmookau/d73c3840c44e5591168e to your computer and use it in GitHub Desktop.
My sublime 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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
"create_window_at_startup": false, | |
"default_line_ending": "unix", | |
"font_face": "Anonymous Pro", | |
"font_size": 18, | |
"ignored_packages": | |
[ | |
"Theme - Flatland", | |
"Markdown", | |
"Django Manage Commands" | |
], | |
"margin": 2, | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"use_simple_full_screen": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment