Il 26/10/2010 06:37, Roberto De Ioris ha scritto:
>
>> A lot of the files in the uwsgi project have widely different syntax
>> styling, so
>> I went ahead and tried to standardize all that I could. When deciding
>> between
>> two different style decisions, I went with the one that was already in
>> greater
>> use.
>>
[snip]
>>
>> C:
>> * ";" instead of " ;"
>> * Try to remove newlines before closing braces
>> * "void x() {" instead of "void x()\n{"
>> * Remove EOL whitespace
>> * Turn spaces into tabs
>>
>>
>
>
> Thanks a lot, i have applied a good part of it.
> Do you have a script to automize this ?For the C part indent(1) may do the job. riccardo _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
