Roverok / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Remove references to (g)indent #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Actually whole sources code doesn't follow the same indentation style.
This should be fixed using indent(1).

Original issue reported on code.google.com by romu...@libnfc.org on 7 Jun 2010 at 9:09

GoogleCodeExporter commented 9 years ago
Actually, "indent -br -ce --line-length120 -nut -i2 -ppi 2 $src" give good 
results but
can be enhanced. (i.e. typedef brackets doesn't sets correctly)

Original comment by romu...@libnfc.org on 7 Jun 2010 at 9:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I would go for 
indent -br -brs -ce --line-length120 -nut -i2
what do you think?

Original comment by pablog.u...@gmail.com on 20 Jul 2010 at 1:00

GoogleCodeExporter commented 9 years ago
In r451, i have added indent directive, which use you indent command line 
purposal, to ease developpers to use it.

Actually it doesn't indent enought correctly: e.g. include/nfc.h become a 
little bit messy, #define/ifdef/ifndef are left align, prototypes becomes 
multi-lines, etc. but better indent command line is welcomed !

Original comment by romu...@libnfc.org on 20 Jul 2010 at 1:48

GoogleCodeExporter commented 9 years ago

Original comment by romu...@libnfc.org on 22 Jul 2010 at 2:23

GoogleCodeExporter commented 9 years ago
r453 and r454 attempt to enhance this.

Please comment.

Original comment by romain.t...@gmail.com on 26 Jul 2010 at 12:58

GoogleCodeExporter commented 9 years ago
We will apply these settings before 1.4 releasing.

Original comment by romu...@libnfc.org on 16 Aug 2010 at 4:01

GoogleCodeExporter commented 9 years ago
Fix owner in regard to the last comment.

Original comment by romain.t...@gmail.com on 24 Aug 2010 at 11:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r608.

Original comment by romu...@libnfc.org on 7 Sep 2010 at 5:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r648.

Currently, indent trucate long line which make the code almost unreadable.

Original comment by romu...@libnfc.org on 30 Sep 2010 at 8:14

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r651.

Current indent command push these comments the next line.

Original comment by romu...@libnfc.org on 30 Sep 2010 at 10:27

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r655.

Indent insert some blank lines.

Original comment by romu...@libnfc.org on 1 Oct 2010 at 11:00

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r825.

Current 'ident' command breaks commit-concerned lines.

Original comment by romu...@libnfc.org on 15 Nov 2010 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by romain.t...@gmail.com on 6 Mar 2011 at 11:38

GoogleCodeExporter commented 9 years ago

Original comment by romu...@libnfc.org on 1 Oct 2011 at 12:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1155.

Original comment by romu...@libnfc.org on 1 Oct 2011 at 12:33