-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use view! indentation settings when formatting syn expression (#141
) BREAKING CHANGE: When the indentation style is set to "Tabs", the formatter will print `pending_indentation / 4` hard tabs and the remainder (`pending_indentation % 4`) in spaces. The `tab_spaces` configuration property specifies the indentation size _in spaces_. This means that if you want an indentation of 1 hard tab (`\t`), you need to set `indentation_style = "Tabs"` and `tab_spaces = 4` (which is already the default).
- Loading branch information
Showing
7 changed files
with
151 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.