microsoft/TypeScript

Formatter: allow continuation indent different from nested indent

Open

#1,991 opened on 2015年2月9日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)TypeScript (13,395 forks)batch import
Help WantedSuggestion

Repository metrics

Stars
 (108,860 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 9 merged PRs)

説明

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.

コントリビューターガイド