From 0d8dada2a5986c8958b9b22fc429e45fbc1e97d8 Mon Sep 17 00:00:00 2001 From: yueh Date: Thu, 9 Oct 2014 13:12:01 +0200 Subject: [PATCH] Added a checkstyle xml The settings are mainly based on the default one plus AE2 specific formating Also changed to import order to a more project specific one --- codeformat/checkstyle.xml | 92 +++++++++++++++++++++++++++++++ codeformat/consistent.importorder | 10 +++- 2 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 codeformat/checkstyle.xml diff --git a/codeformat/checkstyle.xml b/codeformat/checkstyle.xml new file mode 100644 index 00000000..2a6bebe2 --- /dev/null +++ b/codeformat/checkstyle.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/codeformat/consistent.importorder b/codeformat/consistent.importorder index 3c8046c0..106f965f 100644 --- a/codeformat/consistent.importorder +++ b/codeformat/consistent.importorder @@ -1,6 +1,10 @@ #Organize Import Order -#Tue Oct 07 11:47:29 CEST 2014 -3=com +#Thu Oct 09 12:52:21 CEST 2014 +6= +5=cpw +4=net +3=io 2=org -1=javax +1=com 0=java +7=appeng