mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 00:01:19 +00:00
18 lines
220 B
INI
18 lines
220 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
|
|
[*.{kt, groovy}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 4
|