Skip to content

Instantly share code, notes, and snippets.

@kristw
Last active January 3, 2016 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristw/8431640 to your computer and use it in GitHub Desktop.
Save kristw/8431640 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"installed_packages":
[
"Alignment",
"Apache Pig",
"AutoFileName",
"BracketHighlighter",
"Color Schemes by carlcalderon",
"ColorPicker",
"DashDoc",
"Dictionaries",
"DocBlockr",
"Emmet",
"Haml",
"JsRun",
"LaTeXTools",
"LESS",
"Package Control",
"SCSS",
"SublimeLinter",
"Theme - Soda"
]
}
{
"color_scheme": "Packages/Color Schemes by carlcalderon/Tyrann/Tyrann Alex.tmTheme",
"font_options":
[
"subpixel_antialias"
],
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
],
"soda_classic_tabs": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment