Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Probably the most controversial change here is that I have a max line length limit, currently set to 140 columns. Lines that set up a string buffer, lines involving regexes, and the text parser's replace chains are excluded from the limit. PS has otherwise been moving towards a line length limit, it just hasn't been linter-enforced yet. I worry about contributors being annoyed by it, especially since it's not like it's handled automatically by Prettier or something. Oh well, it's set to "warning" so Travis won't yell about it.
- Loading branch information