Coding Style
Our project follows the standard Kotlin coding conventions with the following changes
- We allow up to 120 characters per line, please use all of the available space.
- Only capitalize the first letter of words/acronyms/abbreviations/initialisms when using
CamelCasing for example it's
UiTest
, notUITest
,IsoMdocType
, notISOMDocType
, and so on.