Skip to content

Commit

Permalink
SWDEV-286322 - add command line need to run in comment
Browse files Browse the repository at this point in the history
Change-Id: I8489eb79ce781161415e7d5a461f20b74b9314cd
  • Loading branch information
jujiang-del committed Jun 29, 2021
1 parent 4903b0d commit 4eb7490
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
*.hpp text eol=lf
*.txt text eol=lf

# auto remove white space
# Define files to support auto-remove trailing white space
# Need to run the command below, before add modified file(s) to the staging area
# git config filter.trimspace.clean 'sed -e "s/[[:space:]]*$//g"'
*.cpp filter=trimspace
*.c filter=trimspace
*.h filter=trimspacecpp
Expand Down

0 comments on commit 4eb7490

Please sign in to comment.