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

uncrustify / uncrustify / 3
87%

Build:
DEFAULT BRANCH: master
Ran 19 Nov 2019 08:43PM UTC
Jobs 1
Files 79
Run time 14s
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

pending completion
3

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

Jobs
ID Job ID Ran Files Coverage
9 3.9 (BUILD_TYPE=coverage COVERALLS_TOKEN="Dy94SOU3ajc1VbIy1wnWaNaeIUzfgdtEg") 19 Nov 2019 08:43PM UTC 0
89.97
Travis Job 3.9
Source Files on build 3
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3
  • 341151d1 on github
  • Prev Build on master (#2)
  • Next Build on master (#3475)
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