1 Star 0 Fork 0

浅笑夏沫/ArcGIS1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prettier.config.js 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
浅笑夏沫 提交于 2024-01-14 11:06 . 项目模板
/**
* 配置项文档:https://prettier.io/docs/en/configuration.html
* @type {import("prettier").Config}
*/
export default {
/** 每一行的宽度 */
printWidth: 120,
/** Tab 键的空格数 */
tabWidth: 2,
/** 在对象中的括号之间是否用空格来间隔 */
bracketSpacing: true,
/** 箭头函数的参数无论有几个,都要括号包裹 */
arrowParens: "always",
/** 换行符的使用 */
endOfLine: "auto",
/** 是否采用单引号 */
singleQuote: false,
/** 对象或者数组的最后一个元素后面不要加逗号 */
trailingComma: "none",
/** 是否加分号 */
semi: false,
/** 是否使用 Tab 格式化 */
useTabs: false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smile-xia-mo/arc-gis1.git
git@gitee.com:smile-xia-mo/arc-gis1.git
smile-xia-mo
arc-gis1
ArcGIS1
main

搜索帮助