仿华为代码风格checkstyle模板文件。tab为4个空格,方法的括号换行上下对齐等,如下面的例子:/***Asamplesourcefileforthecodeformatterpreview*/packagemypackage;importjava.util.LinkedList;publicclassMyIntStack{privatefinalLinkedListfStack;publicMyIntStack(){fStack=newLinkedList();}publicintpop()