Skip to content

Instantly share code, notes, and snippets.

@willmendesneto
Last active December 16, 2015 06:19
Show Gist options
  • Save willmendesneto/5390431 to your computer and use it in GitHub Desktop.
Save willmendesneto/5390431 to your computer and use it in GitHub Desktop.
Meu arquivo de preferências no Sublime Text 2 - "Preferences.sublime-settings"
{
"color_scheme": "Packages/User/Twilight (SL).tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"fallback_encoding": "UTF-8",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter",
"CSSLint",
"Gist",
"Markdown Preview",
"Emmet",
"SideBarFolders",
"Bootstrap 3 Snippets"
],
"margin": 4,
"save_on_focus_lost": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"line_padding_bottom": 1,
"line_padding_top": 1,
"caret_style": "phase",
"fade_fold_buttons": false,
"wide_caret": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"indent_guide_options": ["draw_normal", "draw_active"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment