mirror of
https://github.com/BrendanGreenlee/openclaw-android-heartbeat.git
synced 2026-08-17 16:49:14 +00:00
Pristine fork source for PROJ-0088. v1 will turn this into a WebView web shell; the WebSocket node infrastructure stays intact for v2 heartbeat.
16 lines
348 B
INI
16 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
|