Skip to content

Commit 6326658

Browse files
committed
Make ?xml tag first line
1 parent f498584 commit 6326658

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

google_checks_mod.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<!--
2-
Copied from https://github.com/checkstyle/checkstyle/blob/33304206fb5b2f10c832cbc2e9d5d373280f6d9d/src/main/resources/google_checks.xml
3-
As of: 7/10/20
4-
-->
51
<?xml version="1.0"?>
62
<!DOCTYPE module PUBLIC
73
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
84
"https://checkstyle.org/dtds/configuration_1_3.dtd">
9-
5+
<!--
6+
Copied from https://github.com/checkstyle/checkstyle/blob/33304206fb5b2f10c832cbc2e9d5d373280f6d9d/src/main/resources/google_checks.xml
7+
As of: 7/10/20
8+
-->
109
<!--
1110
Checkstyle configuration that checks the Google coding conventions from Google Java Style
1211
that can be found at https://google.github.io/styleguide/javaguide.html

0 commit comments

Comments
 (0)