mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-05-06 09:42:29 +00:00
6d9bca805f
* 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)
15 lines
279 B
Plaintext
15 lines
279 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
"file_exclude_patterns": [ "*.git*", "*.sublime-*"],
|
|
"folder_exclude_patterns": [ "tmp" ]
|
|
}
|
|
],
|
|
"settings": {
|
|
"default_line_ending": "windows",
|
|
"tab_size": 4
|
|
}
|
|
}
|