Skip to content

Commit

Permalink
fix type annotation of newLineMode
Browse files Browse the repository at this point in the history
  • Loading branch information
xffxff committed May 16, 2022
1 parent a0f5ad1 commit dfd212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export interface IAceOptions {
tooltipFollowsMouse?: boolean;
firstLineNumber?: number;
overwrite?: boolean;
newLineMode?: boolean;
newLineMode?: "auto" | "unix" | "windows";
useWorker?: boolean;
useSoftTabs?: boolean;
tabSize?: number;
Expand Down

0 comments on commit dfd212b

Please sign in to comment.