1617a3babSopenharmony_ci# test files have a mix of lf/crlf, and that's a good thing, for testing, don't mess with it
2617a3babSopenharmony_ci# bash scripts need lines ending with lf, and that's correct for Windows too, e.g., under Cygwin
3617a3babSopenharmony_ci# (scripts often don't have a suffix)
4617a3babSopenharmony_ci* -text
5617a3babSopenharmony_ci*.sh text eof=lf
6617a3babSopenharmony_ci
7617a3babSopenharmony_ci# txt files should be native and normalized
8617a3babSopenharmony_ci*.txt text
9617a3babSopenharmony_ci
10617a3babSopenharmony_ci# source code can be native and normalized, but simpler if lf everywhere; will try that way
11617a3babSopenharmony_ci*.h text eol=lf
12617a3babSopenharmony_ci*.c text eol=lf
13617a3babSopenharmony_ci*.cpp text eol=lf
14617a3babSopenharmony_ci*.y text eol=lf
15617a3babSopenharmony_ci*.out text eol=lf
16617a3babSopenharmony_ci*.conf text eol=lf
17617a3babSopenharmony_ci*.err text eol=lf
18