Skip to content

Instantly share code, notes, and snippets.

@djaiss
Created October 6, 2017 20:09
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 djaiss/3d6af206d245549be17e9edb838f6e19 to your computer and use it in GitHub Desktop.
Save djaiss/3d6af206d245549be17e9edb838f6e19 to your computer and use it in GitHub Desktop.
Sublime Text 3 preferences
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"folder_exclude_patterns":
[
"vendor",
"node_modules"
],
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"font_face": "OperatorMono-Book",
"font_size": 15,
"line_numbers": true,
"tabs_small": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"ensure_newline_at_eof_on_save": true,
"findreplace_small": true,
"highlight_line": true,
"rulers": [80, 120]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment