Skip to content

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

Merged
kzu merged 1 commit into
mainfrom
dev/raw-literals
Jul 3, 2023
Merged

Use raw string literals if supported by the target language#244
kzu merged 1 commit into
mainfrom
dev/raw-literals

Conversation

@kzu

@kzukzu commented Jul 3, 2023

Copy link
Copy Markdown
Member

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

@kzukzu 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
kzuforce-pushed the dev/raw-literals branch from 4d0246e to 6c39058CompareJuly 3, 2023 21:14
@kzu
kzu merged commit 36b30aa into mainJul 3, 2023
@kzu
kzu deleted the dev/raw-literals branch July 3, 2023 21:16
@devloopeddevlooped locked and limited conversation to collaborators Sep 2, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancementNew 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

@kzu