Closed gonX closed 11 months ago
Goal is basic linting (whitespace, EOL at EOF, EOL markers, no UTF-8 BOM) first
Adds .editorconfig Adds .gitattributes Adds .git-blame-ignore-revs
.editorconfig
.gitattributes
.git-blame-ignore-revs
Also includes changes required to pass tests
Markdown files are currently not linted, this should be implemented in a future PR.
Will squash history a bit before this gets merged
Goal is basic linting (whitespace, EOL at EOF, EOL markers, no UTF-8 BOM) first
Adds
.editorconfig
Adds.gitattributes
Adds.git-blame-ignore-revs
Also includes changes required to pass tests
Markdown files are currently not linted, this should be implemented in a future PR.