Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [omr-dev] our coding standard

On 10/5/2016 11:52 AM, Mark Stoodley wrote:
+1 and thanks Charlie.

One of the things I'd like to see in that issue is to preview the entire
code base with WebKit and then look at some specific areas to see how well
it deals with deep conditional statements.



Sorry, this got dropped by accident. I've prepared that branch today:

https://github.com/mgaudet/omr/tree/clang-format-webkit-all:

commit 374f7c9caa71d26f92d2ae64380f37fa8d1e1021
Author: Matthew Gaudet <magaudet@xxxxxxxxxx>
Date:   Fri Oct 14 13:03:37 2016 -0400

    Reformat *.h, *.c, *.cpp, *.hpp to Webkit style.



$ cat .clang-format
BasedOnStyle: webkit
SortIncludes: false




Back to the top