Skip to content

Instantly share code, notes, and snippets.

@pirafrank
Last active April 11, 2016 07:52
Show Gist options
  • Save pirafrank/3c665b24e2f9b34647ec to your computer and use it in GitHub Desktop.
Save pirafrank/3c665b24e2f9b34647ec to your computer and use it in GitHub Desktop.
From dev to dev, Sublime Text settings that rock! (OSX compatible)
"hey, don't care about me!"
the purpose of this file is just to properly name the gist (silly Github!).
{
"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
}
{
"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
}
@pirafrank
Copy link
Author

Note

To use Flatland settings you need to install:

  • Colorsublime and Flatland Dark color scheme (both available in Package Manager)
  • Flatland theme ( link )

(settings are ignored if not applicable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment