Last Updated: February 25, 2016
·
1.429K
· ryanjadhav

Sublime Text 2 Settings

{
"autoindent": true,
"color
scheme": "Packages/Color Scheme - Default/LAZY.tmTheme",
"defaultlineending": "unix",
"drawminimapborder": true,
"ensurenewlineateofonsave": true,
"fallback
encoding": "UTF-8",
"fontface": "Menlo",
"font
size": 12.0,
"shifttabunindent": true,
"tabsize": 2,
"translate
tabstospaces": true,
"trimautomaticwhitespace": true,
"trim
trailingwhitespaceonsave": true,
"usetabstops": true,
"wordseparators": "./\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word
wrap": true,
"wrap_width": 80
}