Skip to content

Commit

Permalink
build(deps): migrate detekt compose rules from Twitter to the support…
Browse files Browse the repository at this point in the history
…ed fork (mrmans0n/compose-rules)

See for details:
twitter/compose-rules#112 (comment)

Signed-off-by: Artyom Shendrik <[email protected]>
  • Loading branch information
amal committed Feb 23, 2023
1 parent 055cb0e commit f3bdb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.{json, yml, xml, html, css, md, pro}]
[*.{json,yml,xml,html,css,md,pro}]
indent_size = 2
tab_width = 2

[{*.kt, *.kts}]
[{*.kt,*.kts}]
max_line_length = 140
ij_continuation_indent_size = 4
ij_kotlin_align_in_columns_case_branch = false
Expand Down

0 comments on commit f3bdb00

Please sign in to comment.