Files
Scoop/scoop.sublime-project
T
Roy Ivy III 6d9bca805f whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

15 lines
279 B
Plaintext

{
"folders":
[
{
"path": ".",
"file_exclude_patterns": [ "*.git*", "*.sublime-*"],
"folder_exclude_patterns": [ "tmp" ]
}
],
"settings": {
"default_line_ending": "windows",
"tab_size": 4
}
}