Skip to content

Commit

Permalink
Fix scoop-extras.sublime-project
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Sep 4, 2018
1 parent 5670842 commit 2944c2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scoop-extras.sublime-project
Expand Up @@ -3,12 +3,13 @@
[
{
"path": ".",
"file_exclude_patterns": [ "*.git*", "*.sublime-*", "*~" ]
"file_exclude_patterns": [ "*.git*", "*.sublime-*"],
"folder_exclude_patterns": [ "tmp" ]
}
],
"settings": {
"default_line_ending": "unix",
"default_line_ending": "windows",
"tab_size": 4,
"translate_tabs_to_spaces": false
"translate_tabs_to_spaces": true
}
}

0 comments on commit 2944c2d

Please sign in to comment.