Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSCode: ensure that text files are properly terminated per POSIX stan…
…dard. Text files should always end with a newline, so that all lines are complete and simplistic tools do not skip the last line. VSCode seems to apply this by default to py, but not to json files.
- Loading branch information