Fix issues related to importing file to db (#12353)

* fix multiline block containing attributes will be truncated and lose data after importing

* fix the issues with block attribute name contains "/" after importing

* standardize eol, all files except .bat files use lf

* compatible with windows path

* fix multiple line importing issues
This commit is contained in:
megayu
2026-01-30 17:36:12 +08:00
committed by GitHub
parent 220a0549fc
commit 60297778a8
7 changed files with 143 additions and 49 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
* text=auto eol=lf
*.bat text eol=crlf