Skip to content

Commit

Permalink
.gitattributes: prevent accidental tabs in indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project committed Nov 19, 2021
1 parent 81849d6 commit b2394c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.bb whitespace=tab-in-indent,trailing-space
*.bbappend whitespace=tab-in-indent,trailing-space
*.bbclass whitespace=tab-in-indent,trailing-space
*.inc whitespace=tab-in-indent,trailing-space
*.sh whitespace=tab-in-indent,trailing-space

0 comments on commit b2394c6

Please sign in to comment.