Closed jixuan1989 closed 5 years ago
We leave formatting codes to IDE. Maven only has the ability to check the style by mvn checkstyle:check, XML file can be formatted by mvn xml-format:xml-format
mvn checkstyle:check
mvn xml-format:xml-format
We leave formatting codes to IDE. Maven only has the ability to check the style by
mvn checkstyle:check
, XML file can be formatted bymvn xml-format:xml-format