Updates to editorconfig
This commit is contained in:
parent
6e42352bd5
commit
193a0d5a99
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ indent_style = tab
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
tab_width = 4
|
tab_width = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
[*.{yml,yaml}]
|
[*.{yml,yaml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
=======
|
||||||
|
ij_kotlin_name_count_to_use_star_import = 2147483647
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
Loading…
Add table
Reference in a new issue