Skip to content

Instantly share code, notes, and snippets.

@zvlex
Last active August 29, 2015 14:06
Show Gist options
  • Save zvlex/0f8d03859b6e7eda389e to your computer and use it in GitHub Desktop.
Save zvlex/0f8d03859b6e7eda389e to your computer and use it in GitHub Desktop.
Ruby build system for sublime text 2, utf-8 fixed.
{
"default_encoding": "UTF-8",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"theme": "Soda Dark.sublime-theme",
"soda_folder_icons": true,
"ignored_packages":
[
"Vintage"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"rulers": [80]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment