mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 03:16:48 +00:00
* Refactor - [:core:common] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-56](https://mifosforge.jira.com/browse/MM-56) * feat: add getTodayFormatted function Added a new function `getTodayFormatted` to `DateHelper.kt` which returns today's date in " dd-MM-yyyy" format. * Refactor - [:core:common] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-56](https://mifosforge.jira.com/browse/MM-56)
7 lines
266 B
INI
7 lines
266 B
INI
# https://editorconfig.org/
|
|
# This configuration is used by ktlint when spotless invokes it
|
|
|
|
[*.{kt,kts}]
|
|
ij_kotlin_allow_trailing_comma=true
|
|
ij_kotlin_allow_trailing_comma_on_call_site=true
|
|
ktlint_function_naming_ignore_when_annotated_with=Composable, Test, Preview |