Microsoft/TypeScript

Formatter: allow continuation indent different from nested indent

开放

#1,991 创建于 2015年2月9日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (13,395 个派生)batch import
Help WantedSuggestion

仓库指标

星标
 (108,860 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南