Skip to content

Instantly share code, notes, and snippets.

@lgh06
Created February 18, 2016 08:52
Show Gist options
  • Save lgh06/6e877b4f9f2089719fa2 to your computer and use it in GitHub Desktop.
Save lgh06/6e877b4f9f2089719fa2 to your computer and use it in GitHub Desktop.
sublime3.setting.json
{
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_white_space": "all",
"font_size": 16,
"ignored_packages":
[
"Autoprefixer",
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment