diff options
Diffstat (limited to 'mobile/android/fenix/.editorconfig')
-rw-r--r-- | mobile/android/fenix/.editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mobile/android/fenix/.editorconfig b/mobile/android/fenix/.editorconfig new file mode 100644 index 0000000000..7ea380af1c --- /dev/null +++ b/mobile/android/fenix/.editorconfig @@ -0,0 +1,6 @@ +[*.{kt,kts}] +ij_kotlin_allow_trailing_comma_on_call_site=true +ij_kotlin_allow_trailing_comma=true + +[*] +insert_final_newline = true |