Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi authored Aug 17, 2021
1 parent d7aa9ab commit 2f5c577
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided this notice is
# preserved. This file is offered as-is, without any warranty.
# Names of contributors must not be used to endorse or promote products
# derived from this file without specific prior written permission.

# EditorConfig
# http://EditorConfig.org

Expand All @@ -22,3 +16,7 @@ max_line_length = 160

[*.xml]
continuation_indent_size = 4

[*.kt]
ij_kotlin_name_count_to_use_star_import = 5
ij_kotlin_name_count_to_use_star_import_for_members = 5

0 comments on commit 2f5c577

Please sign in to comment.