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

Use raw string literals if supported by the target language #244

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

kzu
Copy link
Member

@kzu kzu commented Jul 3, 2023

In the cases where the values go through .editorconfig (such as constants and project properties), this isn't necessary (or supported) right now since .editorconfig will truncate multi-line values

Closes #243

@kzu kzu added the enhancement New feature or request label Jul 3, 2023
@kzu kzu enabled auto-merge (rebase) July 3, 2023 20:52
In the cases where the values go through .editorconfig (such as constants and project properties), this isn't necessary (or supported) right now since .editorconfig will truncate multi-line values

Closes #243
@kzu kzu merged commit 36b30aa into main Jul 3, 2023
11 checks passed
@kzu kzu deleted the dev/raw-literals branch July 3, 2023 21:16
@devlooped devlooped locked and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use raw string literals if supported by the target language options
1 participant