mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 14:50:51 +00:00
724481a2ce
Issue: #IAHJVO Signed-off-by: Tatiana Titova <titova.tatiana@huawei-partners.com>
12 lines
554 B
Plaintext
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
|