springAiDemo_frontend/.editorconfig
kennethcheng 74d8e37abd feat: 初始化 Apache Doris 智能问答系统前端
- 基于 Vue 3 + TypeScript + Vite 构建
- 实现 RAG 智能问答聊天界面,支持流式响应
- 支持 PDF 文档上传(最大 30MB)和解析
- 集成 marked + highlight.js 实现 Markdown 渲染与代码高亮
- 使用 Element Plus 构建 UI 组件
- 支持暗黑/明亮主题切换
- 配置 Docker + Nginx 多阶段构建
2026-04-20 03:23:34 +08:00

9 lines
216 B
INI

[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,css,scss,sass,less,styl}]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
max_line_length = 100