add clean & smudge filter

This commit is contained in:
Jan Tojnar 2018-04-06 17:36:52 +02:00
parent 06c46ddf9d
commit 9bb3f7f910
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
2 changed files with 4 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.hs filter=hindent

3
.hindent.yaml Normal file
View File

@ -0,0 +1,3 @@
indent-size: 2
line-length: 80
force-trailing-newline: true