[Baypiggies] PEP7 and indent

Chris Clark Chris.Clark at actian.com
Sat Aug 10 02:04:26 CEST 2013


Slightly off topic; I found uncrustify 
<http://uncrustify.sourceforge.net/> to have more config options than 
the various indent implementations (with the formatting style I deal 
with at work I needed this). The down side is..... it has a lot of 
options to set and fiddle with :-)

I mostly use it when dealing with files where the indentation is 
actually misleading/broken (rather than a style difference).

I don't have a pep-7 config file for it though :-(

Chris

On Fri, 9 Aug 2013 12:13:58 -0700, Glen Jarvis <glen at glenjarvis.com> wrote:
> Monte,
>    P.S. I also wanted to get someone else's opinion so that I had a 
> second pair of eyes comparing options against the standard (or someone 
> else's indent.pro <http://indent.pro> would be even better)...
>
>    Either way, thanks again.
>
> Cheers,
>
>
> Glen
>
> On Fri, Aug 9, 2013 at 10:44 AM, Monte Davidoff 
> <davidoff56 at alluvialsw.com <mailto:davidoff56 at alluvialsw.com>> wrote:
>
>     Hi Glen,
>
>
>     On 8/9/13 7:44 AM, Glen Jarvis wrote:
>
>         What options do you use for PEP7 style?
>
>
>     I took a quick look at PEP-7. This might be closer to what you are
>     looking for:
>
>         indent -npro -kr -i4 -ts8 -sob -l79 -ss -ncs -cp1 -bad -nce
>     -psl -nut x.c
>
>     Monte
>



More information about the Baypiggies mailing list