Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for importOrder (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/elastic.importorder

    Rene Groeschke <******@****.***> 1622539170 +0200
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 93 bytes
    - Click Count (0)
  2. .idea/eclipseCodeFormatter.xml

    <project version="4">
      <component name="EclipseCodeFormatterProjectSettings">
        <option name="projectSpecificProfile">
          <ProjectSpecificProfile>
            <option name="formatter" value="ECLIPSE" />
            <option name="importOrder" value="java;javax;com;org;" />
            <option name="optimizeImports" value="false" />
            <option name="pathToConfigFileJava" value="$PROJECT_DIR$/build-tools-internal/formatterConfig.xml" />
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jun 16 08:22:22 GMT 2021
    - 616 bytes
    - Click Count (0)
  3. build-tools-internal/src/main/resources/eclipse.settings/org.eclipse.jdt.ui.prefs

    eclipse.preferences.version=1
    formatter_settings_version=12
    # Intellij IDEA import order
    org.eclipse.jdt.ui.importorder=;com;org;java;javax;\#;
    # License header
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 4.9K bytes
    - Click Count (0)
  4. CONTRIBUTING.md

    Finally, set up import order:
    
     - Select **Window > Preferences**
     - Select **Java > Code Style > Organize Imports**
     - Click **Import...**
     - Import the file at **build-tools-internal/elastic.importorder**
     - Set the **Number of imports needed for `.*`** to ***9999***
     - Set the **Number of static imports needed for `.*`** to ***9999*** as well
     - Apply that
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 07:32:01 GMT 2021
    - 36.5K bytes
    - Click Count (0)
Back to Top