Update index.d.ts in @types/codemirror (#22595)

* Update index.d.ts

* Remove BOM
This commit is contained in:
Joseph Safwat Khella
2018-01-03 00:08:09 -08:00
committed by Mohamed Hegazy
parent 66dc9ac93f
commit c7450fa320
+3
View File
@@ -788,6 +788,9 @@ declare namespace CodeMirror {
(it will default to be to the right of all other gutters). These class names are the keys passed to setGutterMarker. */
gutters?: string[];
/** Provides an option foldGutter, which can be used to create a gutter with markers indicating the blocks that can be folded. */
foldGutter?: boolean;
/** Determines whether the gutter scrolls along with the content horizontally (false)
or whether it stays fixed during horizontal scrolling (true, the default). */
fixedGutter?: boolean;