Skip to content

Instantly share code, notes, and snippets.

@karlgrz
Last active August 29, 2015 13:59
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 karlgrz/10702312 to your computer and use it in GitHub Desktop.
Save karlgrz/10702312 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"installed_packages":
[
"AlignTab",
"All Autocomplete",
"Dockerfile Syntax Highlighting",
"Git",
"Shell Turtlestein",
"SideBarEnhancements",
"TrailingSpaces",
"URLEncode",
"Vintageous"
]
}
{
"bold_folder_labels": true,
"font_size": 18,
"highlight_line" : true,
"ignored_packages":
[
"Vintage"
],
"trim_trailing_white_space_on_save": true,
"word_wrap": "false"
}
@karlgrz
Copy link
Author

karlgrz commented Apr 15, 2014

Also compiled OmniSharpSublime in the root.

https://github.com/moonrabbit/OmniSharpSublime

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