ARK-Builders / ARK-Memo

ARK Memo is one app for all of your notes: it's aiming to combine plain text, voice and hand-written notes
MIT License
2 stars 3 forks source link

Set up KtLint #71

Open shubertm opened 2 months ago

shubertm commented 2 months ago

The aim of this PR is to enforce Kotlin code style across Memo developers using KtLint plugin.And this makes it easier for new developers too, they can concentrate on solving the actual problem instead of spending much time on formatting code. In most ARK Kotlin repos we are using https://github.com/JLLeitschuh/ktlint-gradle, here as well

tuancoltech commented 1 month ago

@shubertm Could you describe the changes in this PR please?