We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f34e90 commit 6354035Copy full SHA for 6354035
haxe-checkstyle/leftcurly.md
@@ -13,7 +13,7 @@ Checks for the placement of left curly braces (`{`) for code blocks. The policy
13
"props": {
14
"severity": "WARNING",
15
"option": "eol",
16
- "ignoreEmptySingleline": "true",
+ "ignoreEmptySingleline": true,
17
"tokens": [
18
"CLASS_DEF",
19
"ENUM_DEF",
@@ -91,4 +91,4 @@ With `ignoreEmptySingleline` set to `false`
91
public function donothing() {}
92
```
93
94
-{{site.data.alerts.error}} Left curly should be at EOL (only linebreak or comment after curly) {{site.data.alerts.end}}
+{{site.data.alerts.error}} Left curly should be at EOL (only linebreak or comment after curly) {{site.data.alerts.end}}
0 commit comments