UNPKG

250 BTypeScriptView Raw
1import "../../";
2
3declare module "../../" {
4 interface EditorConfiguration {
5 /** when enabled, adds the CSS class cm-trailingspace to stretches of whitespace at the end of lines. */
6 showTrailingSpace?: boolean | undefined;
7 }
8}