Skip to content

Instantly share code, notes, and snippets.

@arvi
Last active July 6, 2016 10: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 arvi/d6b2d98a405975634ea7fc5d592c48c0 to your computer and use it in GitHub Desktop.
Save arvi/d6b2d98a405975634ea7fc5d592c48c0 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Agila Oceanic Next (SL).tmTheme",
"font_face": "Inconsolata",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"theme": "Agila.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment