From 05ffd282194ee4181946b84d48a8f506f6f1f399 Mon Sep 17 00:00:00 2001 From: Komlovski Date: Mon, 15 Jul 2019 12:45:00 +0200 Subject: [PATCH] jAVA Goooooggle Style importiert und angewendet --- .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/google-java-format.xml | 6 + .idea/misc.xml | 2 +- .idea/workspace.xml | 108 +++++++++--------- src/Main.java | 2 +- src/Quiz.form | 13 --- src/Quiz.java | 164 --------------------------- 7 files changed, 67 insertions(+), 233 deletions(-) create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/google-java-format.xml delete mode 100644 src/Quiz.form delete mode 100644 src/Quiz.java diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..6df95bc --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/google-java-format.xml b/.idea/google-java-format.xml new file mode 100644 index 0000000..8b57f45 --- /dev/null +++ b/.idea/google-java-format.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 0548357..e0844bc 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 990de47..fb794ff 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,12 @@ + + - + + - @@ -105,6 +116,7 @@ + @@ -126,7 +138,6 @@