Skip to content

Instantly share code, notes, and snippets.

@ChickenFur
Last active August 29, 2015 13:57
Show Gist options
  • Save ChickenFur/9566356 to your computer and use it in GitHub Desktop.
Save ChickenFur/9566356 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Settings
{
"installed_packages":
[
"DocBlockr",
"Emmet",
"Sass",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-coffee",
"SublimeLinter-jshint",
"TrailingSpaces"
]
}
{
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
160
],
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment