summaryrefslogtreecommitdiff
path: root/platform/platform-tests/testData/codeStyle/autodetect/simpleIndent.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/platform-tests/testData/codeStyle/autodetect/simpleIndent.java')
-rw-r--r--platform/platform-tests/testData/codeStyle/autodetect/simpleIndent.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/platform-tests/testData/codeStyle/autodetect/simpleIndent.java b/platform/platform-tests/testData/codeStyle/autodetect/simpleIndent.java
new file mode 100644
index 000000000000..c4cd369df732
--- /dev/null
+++ b/platform/platform-tests/testData/codeStyle/autodetect/simpleIndent.java
@@ -0,0 +1,14 @@
+public class A {
+
+ public void test() {
+ int a = 2;
+ int c = 2;
+ int r = 3;
+ int rq = 3;
+ int rw = 3;
+ int re = 3;
+ }
+
+ public void a() {
+ }
+}