Skip to content

Instantly share code, notes, and snippets.

@Kenty
Last active January 1, 2016 00:59
Show Gist options
  • Save Kenty/8070130 to your computer and use it in GitHub Desktop.
Save Kenty/8070130 to your computer and use it in GitHub Desktop.
SublimeText2 - My Preferences.sublime-settings [Theme: Flatland]
{
"auto_complete_selector": "source, text",
"bold_folder_labels": true,
"caret_style": "phase",
"codeintel_disabled_languages": "['css,less,sass,scss,styl']",
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"folder_exclude_patterns":
[
".sass-cache",
".DS_Store"
],
"font_face": "Ricty ",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_to_bracket": false,
"line_padding_top": 5,
"match_bracket_angle": true,
"rulers":
[
80
],
"scroll_past_end": true,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
//For Emmet
"disable_tab_abbreviations": true,
// Emmetを有効時にHTMLでの「php」の展開の回避
"disabled_single_snippet_for_scopes": "",
"disable_formatted_linebreak": true,
"enable_emmet_keymap": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment