Skip to content

Instantly share code, notes, and snippets.

@fernandoPalaciosGit
Last active December 15, 2015 22:16
Show Gist options
  • Select an option

  • Save fernandoPalaciosGit/02efbc74b6f2b4e4a334 to your computer and use it in GitHub Desktop.

Select an option

Save fernandoPalaciosGit/02efbc74b6f2b4e4a334 to your computer and use it in GitHub Desktop.
sublime, user settings, yalm
{
	"apply_syntax_extensions":
	[
		".gemrc",
		"yml.dist",
		"yml"
	],
	"extensions":
	[
		"yml",
		"yml.dist",
		".gemrc"
	],
	"tab_size": 2,
	"translate_tabs_to_spaces": true,
	"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment