Last active
April 11, 2016 07:52
-
-
Save pirafrank/3c665b24e2f9b34647ec to your computer and use it in GitHub Desktop.
From dev to dev, Sublime Text settings that rock! (OSX compatible)
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
"hey, don't care about me!" | |
the purpose of this file is just to properly name the gist (silly Github!). |
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/Colorsublime - Themes/Flatland_Dark.tmTheme", | |
"enable_telemetry": "false", | |
"flatland_sidebar_tree_medium": true, | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": false, | |
"save_on_focus_lost": true, | |
"show_encoding": true, | |
"tab_size": 2, | |
"theme": "Flatland Dark.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
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/Theme - Flatland/Flatland Dark.tmTheme", | |
"enable_telemetry": false, | |
"flatland_sidebar_tree_medium": true, | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": true, | |
"save_on_focus_lost": true, | |
"show_encoding": true, | |
"tab_size": 4, | |
"theme": "Spacegray Light.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"update_check": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note
To use Flatland settings you need to install:
(settings are ignored if not applicable)