GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.06k stars 231 forks source link

Fix hanging identation #75

Closed ghost closed 7 years ago

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 93.244% when pulling 2590b6a39f88bcd96b97e331330bed66fca7b903 on stepshal:hanging into 73ab3571d75bee909f0293fafd5221c04b5f5938 on GrahamDumpleton:develop.

GrahamDumpleton commented 8 years ago

Some of these changes I am not too keen on. I use 8 space indent on continuation of function arguments as using 4 space indent is too confusing as it then aligns with the actual code which is the body of the function.

GrahamDumpleton commented 8 years ago

FWIW. The conf.py file is an auto generated file from sphinx. However it is formatted is how sphinx created it. :-)

GrahamDumpleton commented 8 years ago

But then they aren't function declarations. I will have to go look at what I used in general for function call argument continuation.

GrahamDumpleton commented 8 years ago

Confused. I hadn't look at this yet. Not sure why closed.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 93.244% when pulling 2590b6a39f88bcd96b97e331330bed66fca7b903 on stepshal:hanging into 73ab3571d75bee909f0293fafd5221c04b5f5938 on GrahamDumpleton:develop.

GrahamDumpleton commented 8 years ago

And so you know, just exceedingly busy at the moment due to multiple upcoming conferences have to prepare for. So progress through these will be slow. But thanks heaps.

GrahamDumpleton commented 7 years ago

Going to finally close this. As already explained, my personal style is double prevailing indent for continuation of function arguments else it gets confusing with code within the body of the function.