Skip to content

Commit

Permalink
Update Sublime Text preferences (no minimap + more excluded folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Dec 1, 2017
1 parent c7301a0 commit 3f65fa0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Preferences.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"always_show_minimap_viewport": false,
"detect_indentation": false,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": true,
Expand All @@ -8,10 +9,16 @@
"tmp",
"log",
".git",
".svn",
"_site",
".bundle",
".sass-cache",
"build"
".asset-cache",
"build",
"node_modules",
"dist",
"public/packs",
"coverage"
],
"highlight_modified_tabs": true,
"hot_exit": false,
Expand Down

0 comments on commit 3f65fa0

Please sign in to comment.