Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created October 30, 2014 10:01
Show Gist options
  • Save maxehmookau/d73c3840c44e5591168e to your computer and use it in GitHub Desktop.
Save maxehmookau/d73c3840c44e5591168e to your computer and use it in GitHub Desktop.
My sublime settings
{
"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