isaacscript 3.8.2 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
// We want to always use "lf" to be consistent with all platforms.
|
|
18
18
|
"files.eol": "\n",
|
|
19
19
|
|
|
20
|
-
// Automatically
|
|
20
|
+
// Automatically remove all trailing whitespace when saving a file.
|
|
21
21
|
"files.trimTrailingWhitespace": true,
|
|
22
22
|
|
|
23
23
|
// Configure glob patterns for excluding files and folders in full text searches and quick open.
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
// We want to always use "lf" to be consistent with all platforms.
|
|
16
16
|
"files.eol": "\n",
|
|
17
17
|
|
|
18
|
-
// Automatically
|
|
18
|
+
// Automatically remove all trailing whitespace when saving a file.
|
|
19
19
|
"files.trimTrailingWhitespace": true,
|
|
20
20
|
|
|
21
21
|
// Configure glob patterns for excluding files and folders in full text searches and quick open.
|