Closed justinmayhew closed 3 years ago
This replaces some trailing whitespace with a newline, making Git happy. :-)
Here's a diff showing the current (probably undesired) behaviour on the last two lines:
diff --git a/path/tsconfig.json b/path/tsconfig.json index f4d712c..a8fae12 100644 --- a/path/tsconfig.json +++ b/path/tsconfig.json @@ -4,9 +4,16 @@ "outDir": "dist", "rootDir": "src" }, - "include": ["src"], + "include": [ + "src" + ], "references": [ - { "path": "../../lib/math/tsconfig.json" }, - { "path": "../../lib/string/tsconfig.json" } + { + "path": "../../lib/math" + }, + { + "path": "../../lib/string" + } ] } + \ No newline at end of file
Thanks for the awesome tool!
This replaces some trailing whitespace with a newline, making Git happy. :-)
Here's a diff showing the current (probably undesired) behaviour on the last two lines:
Thanks for the awesome tool!