What is the name of this convention for curly braces?

前端 未结 7 1531
借酒劲吻你
借酒劲吻你 2021-02-19 13:58

I\'m a bit puzzled by the number of developers I see writing methods and classes with curly braces below the class name or the method. What convention are they following?

<
7条回答
  •  遥遥无期
    2021-02-19 14:37

    The latter looks like the Allman indent style which is quite popular in C++ but I haven't seen it used often in Java.

提交回复
热议问题