arkcompiler_runtime_core/.gitattributes
Tatiana Titova 724481a2ce Rename line_separators.ets to .sts
Issue: #IAHJVO
Signed-off-by: Tatiana Titova <titova.tatiana@huawei-partners.com>
2024-08-07 01:33:17 +03:00

12 lines
554 B
Plaintext

#Set defaul end of lines for all files
* text eol=lf
# Denote all image files as binary
*.png binary
*.jpg binary
*.gif binary
static_core/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.ets binary
static_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.ets binary
static_core/plugins/ets/tests/ets-templates/02.lexical_elements/04.line_separators/line_separators.sts binary
static_core/plugins/ets/tests/ets-templates/02.lexical_elements/03.white_spaces/whitespaces.sts binary