Skip to content

Instantly share code, notes, and snippets.

@shiroyuki
Created February 20, 2014 13:55
Show Gist options
  • Select an option

  • Save shiroyuki/9114093 to your computer and use it in GitHub Desktop.

Select an option

Save shiroyuki/9114093 to your computer and use it in GitHub Desktop.
Sublime 3 User Config
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"draw_white_space": "all",
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"theme": "itg.flat.dark.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