Module SourceView3Enums
sourceView3 enums
type source_smart_home_end_type = [
| `DISABLED |
| `BEFORE |
| `AFTER |
| `ALWAYS |
]
type source_draw_spaces_flags = [
| `SPACE |
| `TAB |
| `NEWLINE |
| `NBSP |
| `LEADING |
| `TEXT |
| `TRAILING |
]
type source_completion_activation_flags = [
| `INTERACTIVE |
| `USER_REQUESTED |
]