fsharp / fsharp/emacs-fsharp-mode

auto indentation bug

Open
#211 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
215
Forks
65
PR merge metrics
No merged PRs in 30d

Description

### Description
I cannot get fsharp-mode to correctly indent nested arrays
### Repro steps
Try to type something like
```fsharp
[
[
12
13
]
]
```
### Expected behavior
Would expect the TAB key to propose the correct indentation for the integer values.
### Actual behavior
The cursor can only move to the beginning of line or at the first tab stop, with these results:
```fsharp
[
[
12
13
]
]
```
### Known workarounds
manually indent the first array element

### Related information

* Operating system
Arch linux
* Branch
Installed from melpa
* Emacs version
27.0.50
* .NET Runtime, CoreCLR or Mono Version
netcore 3.0.0 preview

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.