Skip to content

Instantly share code, notes, and snippets.

@nikuyoshi
Created January 11, 2014 14:12
Show Gist options
  • Save nikuyoshi/8371342 to your computer and use it in GitHub Desktop.
Save nikuyoshi/8371342 to your computer and use it in GitHub Desktop.
SublimeText Windows版設定ファイル
{
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"detect_slow_plugins": false,
"draw_white_space": "all",
"flatland_square_tabs": true,
"font_face": "MS ゴシック",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"RestructuredText"
],
"revert_font_size": 10.0,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment