Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Last active March 13, 2018 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luanpcweb/f4b15cd3d60beee58a9d to your computer and use it in GitHub Desktop.
Save luanpcweb/f4b15cd3d60beee58a9d to your computer and use it in GitHub Desktop.
Configuração Sublime Texte
{
"ignored_packages":
[
"Vintage",
"SublimeCodeIntel",
],
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 0,
"highlight_line": true,
"material_theme_small_tab": true, // Set small tabs
"material_theme_disable_fileicons": false, // Hide siderbar file type icons
"material_theme_disable_folder_animation": true, // Disable folder animation
"material_theme_small_statusbar": true, // Set small status bar
"material_theme_disable_tree_indicator": false, // Disable sidebar file indicator
//"overlay_scroll_bars": "enabled",
"line_padding_top": 3,
"line_padding_bottom": 3,
//"font_options": [ "gray_antialias" ], // On retina Mac
//"always_show_minimap_viewport": true,
"bold_folder_labels": true,
// ajustes PSRs PHP
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"rulers":
[
80,
120
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment