microsoft / microsoft/TypeScript
Formatter: allow continuation indent different from nested indent
未关闭
还没有人认领这个 Issue。
Help Wanted
Suggestion
- 主要语言
- Go
- 星标
- 111k
- 派生
- 14.3k
- 平均合并
- 2 天 4 小时
- 30 天内合并 PR
- 132
描述
The Google style guide
http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml#Code_formatting
requires indenting by two spaces for nested code, but by 4 spaces when continuing a statement or declaration on the next line.
This configuration doesn't seem to be possible.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 formatter 的缩进配置,以及它对嵌套语句和续行语句的处理方式;issue 未提供文件或测试入口。完成的标准是:嵌套代码可以保持两个空格,而续行语句或声明可以通过可配置设置使用四个空格。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, typescript
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100