mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
* fix: ignore surronding whitespace for cli config Cli config files break if you edit them manually with any editor. Editors drop a newline at the end, and we not break on this. If a developer manually edits a file, it should still work