-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugin codequalitytools to v0.24.0 (#290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e51c11c
commit 3bd4860
Showing
4 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
[*.{kt,kts}] | ||
ktlint_code_style=intellij_idea | ||
indent_size=2 | ||
continuation_indent_size=2 | ||
insert_final_newline=true | ||
ij_kotlin_allow_trailing_comma=true | ||
ij_kotlin_allow_trailing_comma_on_call_site=true | ||
insert_final_newline=true | ||
ktlint_standard_annotation=disabled | ||
ktlint_standard_argument-list-wrapping=disabled | ||
ktlint_standard_spacing-between-declarations-with-annotations=disabled | ||
ktlint_standard_max-line-length=disabled | ||
ktlint_standard_filename=disabled | ||
ktlint_standard_property-naming=disabled | ||
ktlint_standard_discouraged-comment-location=disabled | ||
ktlint_standard_class-signature=disabled | ||
ktlint_standard_spacing-between-declarations-with-annotations=disabled | ||
ktlint_experimental=enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters