Skip to content

Instantly share code, notes, and snippets.

@maylogger
Created August 29, 2013 17:13
Show Gist options
  • Select an option

  • Save maylogger/6380829 to your computer and use it in GitHub Desktop.

Select an option

Save maylogger/6380829 to your computer and use it in GitHub Desktop.
sublime text 最新設定
{
"theme": "Flatland Dark.sublime-theme",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"flatland_sidebar_tree_large": true,
"close_windows_when_empty": false,
"detect_indentation": false,
"disable_formatted_linebreak": true,
"drag_text": false,
"draw_minimap_border": true,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "source code pro light",
"font_size": 18.0,
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"remember_open_files": true,
"scroll_past_end": true,
"show_tab_close_buttons": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false,
"file_exclude_patterns":
[
"*.sassc",
"*.scssc",
"*.DS_store"
],
"folder_exclude_patterns":
[
".sass-cache",
".git",
".hg"
],
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment