mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-01 20:14:27 +01:00
Limit source code to 80 chars, and declare functions return type and modifiers on a separate line. This allows to avoid very long lines, and all function names are aligned. (We do this on VLC, and I like it.)