We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edf211 commit 44def0bCopy full SHA for 44def0b
types/src/main.ts
@@ -2347,16 +2347,22 @@ export interface FormattingOptions {
2347
2348
/**
2349
* Trim trailing whitespaces on a line.
2350
+ *
2351
+ * @since 3.15.0
2352
*/
2353
trimTrailingWhitespace?: boolean;
2354
2355
2356
* Insert a newline character at the end of the file if one does not exist.
2357
2358
2359
2360
insertFinalNewline?: boolean;
2361
2362
2363
* Trim all newlines after the final newline at the end of the file.
2364
2365
2366
2367
trimFinalNewlines?: boolean;
2368
0 commit comments