Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: trim whitespace from global filepath (#23)
On POSIX systems, files are supposed to end with line breaks. Many text editors will uphold this rule and place a newline at the end of the standardsettings.global file, which prevents it from being loaded because the filepath should not end with a newline.
- Loading branch information