History log of /freebsd/share/examples/indent/indent.pro (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0
# a4bf5fb9 28-Apr-2010 Kirk McKusick <mckusick@FreeBSD.org>

Update to current version of head.


# 31810d29 12-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

MFC r206102,206103,206175,206176: add example indent.pro file


# 5594e176 05-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

indent.pro example: put all options one per line

This should help with modification tracking.

Discussed with: bde
MFC after: 7 days


# b39dcffb 05-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

indent.pro example: correctly place -ta option

The options are sorted, leading 'n' (for 'off') should be ignored.

Pointed out by: bde
MFC after: 7 days


# a1a8ef91 02-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

indent.pro: replace a bunch of -T types with -ta introduced in r205989

Suggested by: bde, Hans Petter Selasky
MFC after: 10 days


# 896c5878 02-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

add example indent.pro file believed to produce code with minimal differences from KNF

This file is what bde uses!
With addition of some types from queue(3) by hps.
Please note that the output will

add example indent.pro file believed to produce code with minimal differences from KNF

This file is what bde uses!
With addition of some types from queue(3) by hps.
Please note that the output will not be KNF and currently it's not
possible to achieve correct KNF with any combination of options.
indent(1) needs to be made smarter.

Some issues:
o indent produces a space between a queue type macro and opening
parenthesis
o indent produces a tab before __packed and __aligned
o indent produce a space after #define

bde also notes difference in the following options between this profile
and profile in /usr/src/admin/style of 4.4BSD:
-cdb -ei -ip8 -nsob

Also, NetBSD uses -di0 instead of -di8.

Location for the profile is suggested by jh.

Submitted by: Hans Petter Selasky (parts)
Obtained from: bde :-)
MFC after: 10 days
X-ToDo: make indent able to produce proper (perfect) KNF
X-Perhaps-ToDo: make KNF default output

show more ...


# 5594e176 05-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

indent.pro example: put all options one per line

This should help with modification tracking.

Discussed with: bde
MFC after: 7 days


# b39dcffb 05-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

indent.pro example: correctly place -ta option

The options are sorted, leading 'n' (for 'off') should be ignored.

Pointed out by: bde
MFC after: 7 days


# a1a8ef91 02-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

indent.pro: replace a bunch of -T types with -ta introduced in r205989

Suggested by: bde, Hans Petter Selasky
MFC after: 10 days


# 896c5878 02-Apr-2010 Andriy Gapon <avg@FreeBSD.org>

add example indent.pro file believed to produce code with minimal differences from KNF

This file is what bde uses!
With addition of some types from queue(3) by hps.
Please note that the output will

add example indent.pro file believed to produce code with minimal differences from KNF

This file is what bde uses!
With addition of some types from queue(3) by hps.
Please note that the output will not be KNF and currently it's not
possible to achieve correct KNF with any combination of options.
indent(1) needs to be made smarter.

Some issues:
o indent produces a space between a queue type macro and opening
parenthesis
o indent produces a tab before __packed and __aligned
o indent produce a space after #define

bde also notes difference in the following options between this profile
and profile in /usr/src/admin/style of 4.4BSD:
-cdb -ei -ip8 -nsob

Also, NetBSD uses -di0 instead of -di8.

Location for the profile is suggested by jh.

Submitted by: Hans Petter Selasky (parts)
Obtained from: bde :-)
MFC after: 10 days
X-ToDo: make indent able to produce proper (perfect) KNF
X-Perhaps-ToDo: make KNF default output

show more ...