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

Support arbitrary indentation (#105) #376

Merged
merged 1 commit into from
Mar 24, 2023
Merged

Conversation

ErinvanderVeen
Copy link
Collaborator

Resolves #105

I was/am not sure about the regular expressions parsing of the arguments. They used to support multiple arguments, but I've reduced that to 1 because I could not reconcile that easily with " " string arguments.

Escaping is done by an old crate, but more modern alternatives are all GPL licensed. This isn't an issue to us, but could be a problem to future users of our library.

@ErinvanderVeen ErinvanderVeen linked an issue Mar 21, 2023 that may be closed by this pull request
README.md Show resolved Hide resolved
@ErinvanderVeen ErinvanderVeen force-pushed the erin/105-hard-tab-support branch from 7d7b168 to 2698bdb Compare March 21, 2023 13:38
@ErinvanderVeen ErinvanderVeen marked this pull request as ready for review March 22, 2023 12:50
Copy link
Member

@Xophmeister Xophmeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 💯

topiary/src/configuration.rs Show resolved Hide resolved
topiary/src/configuration.rs Show resolved Hide resolved
@ErinvanderVeen ErinvanderVeen force-pushed the erin/105-hard-tab-support branch from 2698bdb to 5322ce4 Compare March 24, 2023 10:15
@ErinvanderVeen ErinvanderVeen merged commit 0009f09 into main Mar 24, 2023
@ErinvanderVeen ErinvanderVeen deleted the erin/105-hard-tab-support branch March 24, 2023 10:40
@haikyuu
Copy link

haikyuu commented Mar 24, 2023

Thank you very much. I'll shime in again when I start working on the Imba formatter :)

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

Successfully merging this pull request may close these issues.

Hard-tab support
4 participants