From 26a0ddcaec3f58069f27d459b2b7d6413162014f Mon Sep 17 00:00:00 2001 From: eguven Date: Thu, 26 Jul 2018 02:36:23 -0700 Subject: [PATCH] Disable automatic imports for inner classes Inner classes generally has generic names and they make sense when they are considered with the top level class they appear in. When this setting is disabled, Android Studio inserts import for the top level class and append the top level class's name before the reference to the inner class name. NO_SQ ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=206127763 --- .idea/codeStyleSettings.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index c89e6fd000..056b47a1e8 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -15,7 +15,6 @@ -