Closed phillco closed 2 years ago
shed only reformats Python files. This adds some rules that will apply to all files, including Talonscript:
shed
end-of-file-fixer
trailing-whitespace
mixed-line-ending
check-merge-conflict
This PR also includes the fixes.
Ref https://github.com/knausj85/knausj_talon/issues/666
shed
only reformats Python files. This adds some rules that will apply to all files, including Talonscript:end-of-file-fixer
(every file should end with a newline)trailing-whitespace
(trims trailing whitespace)mixed-line-ending
(ensures consistent line endings, defaults to the most common in the repository)check-merge-conflict
(blocks if merge conflict markers are present, indicating a bad merge)This PR also includes the fixes.
Ref https://github.com/knausj85/knausj_talon/issues/666