Skip to content

Instantly share code, notes, and snippets.

@joaomosantos
Last active September 12, 2016 20:20
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 joaomosantos/d37266b46797097fe05b to your computer and use it in GitHub Desktop.
Save joaomosantos/d37266b46797097fe05b to your computer and use it in GitHub Desktop.
Sublime Settings
Plugins:
Emmet
autocomplete-paths
/--
File > Settings > Keybindings > "your keymap file"
'atom-text-editor':
'f12': 'editor:auto-indent'
{
"folders":
[
{
"path": "./",
"file_exclude_patterns": ["*.ico", "*.jpg", "*.jpeg", "*.png", "*.gif"],
"folder_exclude_patterns": [".git", "node_modules"]
}
]
}
https://packagecontrol.io/installation
//Plugins Sublime
- Emmet
- jQuery
- ColorHighlighter
- AutoFileName
- GitGutter
- Material-Theme
[
{ "keys": ["f12"], "command": "reindent", "args": {"single_line": false} }
]
{
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"bold_folder_labels": true,
"line_padding_top": 3,
//"material_theme_accent_yellow": true,
"material_theme_compact_sidebar": true,
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"margin": 0,
"remember_full_screen": true,
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment