Skip to content

Instantly share code, notes, and snippets.

@roloenusa
Created January 3, 2019 18:08
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 roloenusa/bb6a3958390f74ff7409f5c7f2187dc5 to your computer and use it in GitHub Desktop.
Save roloenusa/bb6a3958390f74ff7409f5c7f2187dc5 to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"caret_extra_width": 1,
"color_scheme": "Packages/Twilight+/Twilight+.tmTheme",
"file_exclude_patterns":
[
"*.log"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".linter_warning_whitelist",
"data/iso/iap/scripts",
"asset_bundle",
"snapshots",
"cdn"
],
"font_face": "Hack",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
82
],
"theme": "Default.sublime-theme",
"trailing_spaces_highlight_color": "invalid.illegal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment