Skip to content

Instantly share code, notes, and snippets.

@yannbertrand
Last active November 14, 2016 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yannbertrand/1e6e5ad588cd7ef2ebc10d56cb1cdd3f to your computer and use it in GitHub Desktop.
Save yannbertrand/1e6e5ad588cd7ef2ebc10d56cb1cdd3f to your computer and use it in GitHub Desktop.
My Sublime Text's user preferences settings
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"folder_exclude_patterns":
[
"dist",
"node_modules",
".git"
],
"font_options":
[
"gray_antialias"
],
"font_size": 16,
"ignored_packages":
[
"LoremIpsum",
"Markdown",
"Markdown Extended",
"Vintage"
],
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment