Skip to content

Commit

Permalink
Fixed Kotlin .editorconfig (#490)
Browse files Browse the repository at this point in the history
`ascii` is now `*`.
  • Loading branch information
freemanjp committed Aug 15, 2022
1 parent 3a3f3ed commit f747e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -55,7 +55,7 @@ trim_trailing_whitespaces = false
indent_size=4
continuation_indent_size=4
charset = utf-8
ij_kotlin_imports_layout = ascii
ij_kotlin_imports_layout = *

# Files with a smaller indent
[*.{java,xml}]
Expand Down

0 comments on commit f747e9a

Please sign in to comment.