You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/release-latest/docs/rules/standard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1749,7 +1749,7 @@ This rule is suppressed whenever the IntelliJ IDEA inspection suppression `Prope
1749
1749
| `ktlint_property_naming_constant_naming`<br/><i>The naming style ('screaming_snake_case', or 'pascal_case') to be applied on constant properties.</i> | `screaming_snake_case` | `screaming_snake_case` | `screaming_snake_case` |
1750
1750
1751
1751
!!! note
1752
-
When using Compose, you might want to configure the `ktlint_property_naming_constant_naming-naming` rule with `.editorconfig` property `ktlint_property_naming_constant_naming = pascal_case`.
1752
+
When using Compose, you might want to configure the `property-naming` rule with `.editorconfig` property `ktlint_property_naming_constant_naming = pascal_case`.
Copy file name to clipboardExpand all lines: documentation/snapshot/docs/rules/standard.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1749,7 +1749,7 @@ This rule is suppressed whenever the IntelliJ IDEA inspection suppression `Prope
1749
1749
| `ktlint_property_naming_constant_naming`<br/><i>The naming style ('screaming_snake_case', or 'pascal_case') to be applied on constant properties.</i> | `screaming_snake_case` | `screaming_snake_case` | `screaming_snake_case` |
1750
1750
1751
1751
!!! note
1752
-
When using Compose, you might want to configure the `ktlint_property_naming_constant_naming-naming` rule with `.editorconfig` property `ktlint_property_naming_constant_naming = pascal_case`.
1752
+
When using Compose, you might want to configure the `property-naming` rule with `.editorconfig` property `ktlint_property_naming_constant_naming = pascal_case`.
0 commit comments