748680e8a6
Change-Id: I0452a9c85bbb27adffebf4b1329d56a0f1d23ecd
[ROCm/clr commit: 2aa5689d7e]
21 строка
625 B
Plaintext
21 строка
625 B
Plaintext
# Set the default behavior, in case people don't have core.autolf set.
|
|
* text=auto
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to have LF line endings on checkout.
|
|
*.c text eol=lf
|
|
*.cpp text eol=lf
|
|
*.cc text eol=lf
|
|
*.h text eol=lf
|
|
*.hpp text eol=lf
|
|
*.txt text eol=lf
|
|
|
|
# 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
|
|
*.hpp filter=trimspace
|
|
*.md filter=trimspace
|