SWDEV-286322 - add an attribute file to modify EOL

Change-Id: I5ca49a0107e129a2f949d767d2d6e0169140191d
Этот коммит содержится в:
jujiang
2021-05-21 13:53:54 -04:00
коммит произвёл Julia Jiang
родитель 9ed71ade6e
Коммит 187a33434a
+11
Просмотреть файл
@@ -0,0 +1,11 @@
# 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