OpenTabletDriver / opentabletdriver.github.io

The next version of OpenTabletDriver.Web
http://opentabletdriver.net/
GNU Affero General Public License v3.0
1 stars 5 forks source link

Add editorconfig linting #61

Closed gonX closed 11 months ago

gonX commented 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

Also includes changes required to pass tests

Markdown files are currently not linted, this should be implemented in a future PR.

gonX commented 11 months ago

Will squash history a bit before this gets merged