Skip to content

Instantly share code, notes, and snippets.

@astronaughts
Created June 8, 2014 07:08
Show Gist options
  • Save astronaughts/e6dea3faf9ab1b77a173 to your computer and use it in GitHub Desktop.
Save astronaughts/e6dea3faf9ab1b77a173 to your computer and use it in GitHub Desktop.
「Sublime Text を 俺色に染める方法 」のセッション内のデモで設定した Settings - User のファイルの中身
{
"color_scheme": "Packages/Theme - Piatto/Piatto Dark.tmTheme",
"draw_white_space": "all",
"font_size": 21,
"ignored_packages":
[
"Vintage"
],
"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