1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-13 17:39:18 +00:00

feat: Add bluetooth Scales support (#144)

This commit is contained in:
2023-02-14 14:20:54 +01:00
committed by GitHub
parent e14e3881c1
commit 1f780ae2c4
77 changed files with 2186 additions and 249 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
[*.md]
indent_size = 2
trim_trailing_whitespace = false
[*.{kt,kts}]
ktlint_code_style = android