add script to fix CRLF newline characters generated by CubeMX and TouchGFX Designer
This commit is contained in:
parent
692ac54fe8
commit
f7c1838efd
6
fix_stm_linebreak.sh
Executable file
6
fix_stm_linebreak.sh
Executable file
@ -0,0 +1,6 @@
|
||||
# CubeMX and TouchGFX Designer generate code using CRLF as newline characters
|
||||
# this command converts all newline characters from CRLF to LF
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
|
||||
find "$BASEDIR" -type f -exec dos2unix {} +
|
Loading…
x
Reference in New Issue
Block a user