Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Emacs Editorconfig [suddenly added support for `insert_final_newline = false`](editorconfig/editorconfig-emacs@c707d8d), making me realize I didn't actually want that enabled. I never noticed this behavior because VS Code's Editorconfig extension [apparently doesn't support this setting](editorconfig/editorconfig-vscode#349). `trim_trailing_whitespace = true` is a nice convenience feature (except in Markdown, where I kept it disabled). Not sure why I had it disabled.
- Loading branch information