Skip to content

Commit 5adac2a

Browse files
haglobahSomaticIT
authored andcommitted
Add already exposed lineWrapping Property to README.md
1 parent 19aa488 commit 5adac2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ To use `svelte-codemirror-editor`, you need to import the package and use it as
4141
| `tabSize` | `number` | The number of space of an indentation level. | `2` |
4242
| `editable` | `boolean` | Whether to make the editor editable or not. | `true` |
4343
| `readonly` | `boolean` | Whether to make the editor readonly or not. | `false` |
44+
| `lineWrapping`| `boolean` | Whether to wrap lines in the editor or not. | `false` |
4445
| `placeholder` | `string` | A placeholder to include when value is empty. | `undefined` |
4546
| `nodebounce` | `boolean` | Whether to stop debouncing value updates. | `false` |
4647
| `styles` | `ThemeSpec` | In-place theme configuration. _See exemple below_. | `undefined` |

0 commit comments

Comments
 (0)