Skip to content

Commit 1e9b886

Browse files
Konstantin PavlovKonstantin Pavlov
authored andcommitted
Set Kotlin code style to KOTLIN_OFFICIAL in .editorconfig
Added the ij_kotlin_code_style_defaults setting to enforce the official Kotlin code style. This helps maintain consistent code formatting across all Kotlin files in the project.
1 parent 0db05a7 commit 1e9b886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ trim_trailing_whitespace = false
2323
indent_size = 4
2424

2525
[*.kt]
26+
ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL
2627
indent_size = 4
2728
max_line_length = 100
2829
ij_kotlin_name_count_to_use_star_import = 999

0 commit comments

Comments
 (0)