mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
Add wordWrap option to Monaco
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
export type WordWrapOptions = 'on' | 'off' | 'bounded' | 'wordWrapColumn';
|
||||
export interface Options {
|
||||
theme: string;
|
||||
insertSpaces: boolean;
|
||||
fontSize: number;
|
||||
wordWrap: WordWrapOptions;
|
||||
vim: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user