补充注释

pull/8722/head
JEECG 2025-08-13 11:47:27 +08:00
parent b3de596199
commit 69fca254f0
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ module.exports = {
requirePragma: false, requirePragma: false,
proseWrap: 'never', proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict', htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto', endOfLine: 'auto', // 自动处理换行符LF/CRLF
rangeStart: 0, rangeStart: 0,
}; };