• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uncrustify / uncrustify / 3 / 9
87%
master: 87%

Build:
DEFAULT BRANCH: master
Ran 19 Nov 2019 08:43PM UTC
Files 79
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Nov 2019 07:40PM UTC coverage: 89.972% (+0.003%) from 89.969%
BUILD_TYPE=coverage COVERALLS_TOKEN="Dy94SOU3ajc1VbIy1wnWaNaeIUzfgdtEg"

push

travis-ci-com

jmesmon
Add indent_sparen_extra to adjust indent in ctrl statements

When using `indent_continue` set to the same value as `indent_columns`
(I'll use `indent_continue = 8` in examples here), allow adjusting the
indent added due to a SPAREN_OPEN.

In otherwords, when we have a control statement, allow adding (or
removing) indent to continuations.

Existing:

	// indent_continue = 8 // non-default
	// indent_sparen_extra = 0 // default

	void f(void) {
	if (long__________________________x
		&& longger______x) {
		h();
	}

With this change:

	// indent_continue = 8 // non-default
	// indent_sparen_extra = 8 // non-default

	void f(void) {
	if (long__________________________x
			&& longger______x) {
		h();
	}

18501 of 20563 relevant lines covered (89.97%)

230753.24 hits per line

Source Files on job 3.9 (BUILD_TYPE=coverage COVERALLS_TOKEN="Dy94SOU3ajc1VbIy1wnWaNaeIUzfgdtEg")
  • Tree
  • List 0
  • Changed 44
  • Source Changed 2
  • Coverage Changed 44
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 986
  • Travis Job 3.9
  • 341151d1 on github
  • Prev Job for BUILD_TYPE=coverage COVERALLS_TOKEN="Dy94SOU3ajc1VbIy1wnWaNaeIUzfgdtEg" on master (#2.9)
  • Next Job for BUILD_TYPE=coverage COVERALLS_TOKEN="Dy94SOU3ajc1VbIy1wnWaNaeIUzfgdtEg" on master (#3475.9)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc