recall704
6/13/2016 - 5:21 AM

sublime text setting

{
	"default_line_ending": "unix",
	"draw_white_space": "all",
	"font_face": "Source Code Pro",
	"font_size": 18,
	"ignored_packages":
	[
		"Jedi - Python autocompletion",
		"Vintage"
	],
	"rulers":
	[
		80,
		100
	],
	"tab_size": 4,
	"translate_tabs_to_spaces": true,
	"update_check": false
}