Files
dl-site/.editorconfig
Becken f96a4a939c feat: 初始化项目结构和配置
- 添加 .editorconfig, .gitignore, .prettierrc.json 等配置文件
- 创建项目目录结构,包括 src, test 等文件夹
- 添加 Vue 3 和 Vite 相关依赖
- 配置 ESLint, Prettier 等代码规范工具
- 添加 README.md 文件,说明项目的基本信息和操作指南
2025-03-14 01:55:23 +08:00

7 lines
153 B
INI

[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true