Skip to content

Instantly share code, notes, and snippets.

@versedi
Last active November 17, 2015 13:13
Show Gist options
  • Save versedi/3e85fe94cf439ab3be01 to your computer and use it in GitHub Desktop.
Save versedi/3e85fe94cf439ab3be01 to your computer and use it in GitHub Desktop.
Sublime-Settings.md

My personal Sublime settings

User settings

{
	"always_show_minimap_viewport": true,
	"auto_complete_delay": 20,
	"auto_complete_selector": "source, text, file",
	"auto_complete_triggers":
	[
		{
			"characters": "<",
			"selector": "text.html"
		}
	],
	"auto_indent": true,
	"bold_folder_labels": true,
	"caret_extra_width": 2,
	"caret_style": "phase",
	"color_scheme": "Packages/User/SublimeLinter/Alternative Flat Dark Extended (SL).tmTheme",
	"default_line_ending": "LF",
	"detect_indentation": true,
	"drag_text": false,
	"draw_white_space": "all",
	"enable_tab_scrolling": true,
	"fade_fold_buttons": false,
	"flatland_square_tabs": true,
	"folder_exclude_patterns":
	[
		".svn",
		".git",
		".hg",
		"CVS",
		"cache",
		"session",
		".idea"
	],
	"font_face": "Input",
	"font_size": 10,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Markdown",
		"PHP",
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal"
	],
	"indent_subsequent_lines": true,
	"index_exclude_patterns":
	[
		"*/var/cache/*",
		"*/var/log/*",
		".idea*",
		"/var/cache*",
		"*.log",
		"*/var/index/*",
		"*/media/catalog/product/cache/*",
		"*/var/session/*",
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"margin": 5,
	"material_theme_accent_lime": false,
	"material_theme_accent_orange": false,
	"material_theme_accent_purple": false,
	"material_theme_accent_red": false,
	"material_theme_accent_yellow": false,
	"material_theme_bold_tab": false,
	"material_theme_disable_fileicons": false,
	"material_theme_disable_folder_animation": true,
	"material_theme_disable_tree_indicator": false,
	"material_theme_panel_separator": true,
	"material_theme_small_statusbar": true,
	"material_theme_small_tab": true,
	"material_theme_tabs_autowidth": false,
	"material_theme_tabs_separator": true,
	"overlay_scroll_bars": "true",
	"rulers":
	[
		80
	],
	"scroll_smoothing": true,
	"scroll_speed": 99,
	"show_encoding": true,
	"small_tabs": true,
	"smart_indent": true,
	"smooth_scrolling": true,
	"tab_height": 15,
	"tab_padding": 5,
	"tab_size": 2,
	"theme": "Material-Theme.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_automatic_white_space": true,
	"use_tab_stops": true
}

		
## Packages ##
{
	"bootstrapped": true,
	"channels":
	[
		"https://packagecontrol.io/channel_v3.json",
		"https://github.com/versedi/MagentoSnippets"
	],
	"in_process_packages":
	[
	],
	"installed_packages":
	[
		"All Autocomplete",
		"Bootstrap 3 Snippets",
		"BracketGuard",
		"BracketHighlighter",
		"Color Highlighter",
		"Compare Side-By-Side",
		"CSS Snippets",
		"CTags",
		"DocBlockr",
		"Emmet Css Snippets",
		"ExtendedTabSwitcher",
		"FavoriteFiles",
		"Gist",
		"GitGutter-Edge",
		"GitSavvy",
		"GotoDocumentation",
		"HTML-CSS-JS Prettify",
		"LESS",
		"MagentoSnippets-v",
		"MarkdownEditing",
		"Material Color Scheme",
		"Material Theme",
		"Origami",
		"Package Control",
		"PHP Companion",
		"php-grammar",
		"php-snippets",
		"Phpcs",
		"PhpSimpleRefactor",
		"ScopeHunter",
		"SideBarEnhancements",
		"SideBarGit",
		"SublimeCodeIntel",
		"SublimeLinter",
		"SublimeLinter-php",
		"SublimeLinter-phpcs",
		"SublimeLinter-phplint",
		"SublimeLinter-phpmd",
		"Theme - Spacegray",
		"Xdebug Client",
		"Zen Tabs"
	],
	"repositories":
	[
		"https://github.com/versedi/MagentoSnippets-v"
	]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment