Skip to content

Commit 44def0b

Browse files
committed
Add correct since tag
1 parent 9edf211 commit 44def0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/src/main.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,16 +2347,22 @@ export interface FormattingOptions {
23472347

23482348
/**
23492349
* Trim trailing whitespaces on a line.
2350+
*
2351+
* @since 3.15.0
23502352
*/
23512353
trimTrailingWhitespace?: boolean;
23522354

23532355
/**
23542356
* Insert a newline character at the end of the file if one does not exist.
2357+
*
2358+
* @since 3.15.0
23552359
*/
23562360
insertFinalNewline?: boolean;
23572361

23582362
/**
23592363
* Trim all newlines after the final newline at the end of the file.
2364+
*
2365+
* @since 3.15.0
23602366
*/
23612367
trimFinalNewlines?: boolean;
23622368

0 commit comments

Comments
 (0)