Skip to content

Commit

Permalink
Merge pull request unisonweb#5242 from unisonweb/editor-config-u
Browse files Browse the repository at this point in the history
Don't limit max line length on .u scratch files
  • Loading branch information
ceedubs authored Jul 24, 2024
2 parents 7301b69 + 4584e1f commit caf58fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

[*.u]
max_line_length = off

0 comments on commit caf58fa

Please sign in to comment.