Skip to content

Commit

Permalink
Remove line-length limit from editorconfig (#1525)
Browse files Browse the repository at this point in the history
We don't enforce this via formatting anyway, so it doesn't help to have
it specified here.

As an alternative, we could add the following to `fourmolu.yaml` (
thanks for the hint @ffakenz ):

```
column-limit: 80
```

which would make fourmolu do a best-effort to agree with the limit, but
even then that doesn't work perfectly:


![image](https://github.com/user-attachments/assets/af1974d2-d25f-48f9-8986-6fc17d54b906)

i.e. the red line shows that it still breaks occasionally.
  • Loading branch information
noonio committed Jul 23, 2024
2 parents 20a7da2 + d759285 commit 54eb328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ insert_final_newline = true

[*.hs]
indent_size = 2
max_line_length = 80

[*.py]
indent_size = 4
Expand Down

0 comments on commit 54eb328

Please sign in to comment.