<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 15, 2016, at 8:50 AM, David Jones via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org" class="">lldb-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra"><div class="gmail_quote">On Mon, Aug 15, 2016 at 2:36 AM, Pavel Labath via lldb-dev <span dir="ltr" class=""><<a href="mailto:lldb-dev@lists.llvm.org" target="_blank" class="gmail-cremed cremed">lldb-dev@lists.llvm.org</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've sampled the python code from the llvm repository, and it seems to<br class="">
be using a mixture of 4-, 2-, and even 8- character indent, with 4<br class="">
being the most prevalent. So, I think we can safely stay with status<br class="">
quo.<br class="">
<br class=""></blockquote><div class=""><br class=""></div><div class="">(Comment from the peanut gallery...)</div><div class=""><br class=""></div><div class="">Python does have a language-level style guide (PEP-8):</div><div class=""><br class=""></div><div class=""><a href="https://www.python.org/dev/peps/pep-0008/" class="">https://www.python.org/dev/peps/pep-0008/</a><br class=""></div><div class=""><br class=""></div><div class="">If code is going to be reformatted, then it may be best to try to converge on exactly the PEP-8 style. Speaking as a project "outsider" (i.e., not an active contributor), but someone with Python background, anything that diverges from standard Python style seems jarring (at least to me).</div></div></div></div></div></blockquote><br class=""></div><div>Also from the peanut gallery, but +1 for standardizing python code on the PEP-8 standards.</div><div><br class=""></div><div>-Chris</div><br class=""></body></html>