-
The block indentation removes nesting of braces.
The following code is correctly indented.
```
Lemma test : ((True /\ True) /\ True ) /\ True.
Proof.
split. {
split. {
split. {…
-
When using [GetMessageText in SarifExtensionMethods](https://github.com/microsoft/sarif-sdk/blob/cdc9e157cdb9f1030eeaded961359653f7b0c9c7/src/Sarif/SarifExtensionMethods.cs#L419), I am getting "System…
-
I could only find the following documentation:
https://checkstyle.org/checks/coding/unnecessaryparentheses.html
https://checkstyle.sourceforge.io/checks/blocks/needbraces.html
I have downloaded …
-
Bython v0.8 exhibits a problem in which it modifies braces within single and double quotation strings.
Code to reproduce:
test.by:
`print('Hello, world! I have braces {} here.');`
`print("He…
-
-
Need to use
-
Hi guys,
when using your code with PHP 8.0, I am getting this error:
`PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in ./immoscout/Immocaster/O…
-
Add [text braces](https://docs.emmet.io/abbreviations/syntax/#text)
-
```
What steps will reproduce the problem?
1. create a template with the content "{ $a }"
2. create an Outline instance with the template, assing something to 'a'
3. run display() method of the outlin…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Pressing-enter-key-when-creating-switch-/10481113)._
---
[regression] [worked-in:17.…