Files
tergent-android/.editorconfig
T
Tergent DevOps 47a7849076 chore: initial import from OpenClaw Android
Source: openclaw/openclaw@main apps/android
Changes: renamed app_name to Tergent
2026-05-22 12:51:08 +00:00

17 lines
348 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{kt,kts}]
indent_style = space
indent_size = 2
max_line_length = off
ktlint_standard_filename = disabled
ktlint_standard_function-naming = disabled
ktlint_standard_max-line-length = disabled
ktlint_standard_property-naming = disabled