Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatter should not transform ASCII symbols to unicode by default #1827

Closed
paulcadman opened this issue Feb 9, 2023 · 0 comments · Fixed by #1834
Closed

Formatter should not transform ASCII symbols to unicode by default #1827

paulcadman opened this issue Feb 9, 2023 · 0 comments · Fixed by #1834
Assignees
Labels

Comments

@paulcadman
Copy link
Collaborator

Formatting the following:

f : Nat -> Nat;
f _ := 1;

yields:

f : Nat → Nat;
f _ := 1;

Specifically the ASCII -> symbol has been transformed to the unicode .

The user should be able to choose if they want these kind of non-whitespace transformations applied. By default they should not be applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants