Auto reformat the entire codebase
This commit is contained in:
parent
5e5cfc3d5f
commit
c61b4827c1
10 changed files with 136 additions and 134 deletions
|
@ -3,7 +3,7 @@ apply plugin: "java"
|
|||
sourceCompatibility = 1.6
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
sourceSets.main.java.srcDirs = ["src/"]
|
||||
|
||||
|
||||
eclipse.project {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd">
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE module PUBLIC
|
||||
"-//Google Inc.//DTD Google Web Toolkit trunk//EN"
|
||||
"http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd">
|
||||
<module>
|
||||
<source path="io/github/lonamiwebs/klooni" />
|
||||
<source path="io/github/lonamiwebs/klooni" />
|
||||
</module>
|
Loading…
Add table
Add a link
Reference in a new issue