Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for removeUnusedImports (0.12 seconds)

  1. build-tools-internal/src/main/groovy/elasticsearch.formatting.gradle

                target 'src/**/*.java'
              }
    
              toggleOffOn('@formatter:off', '@formatter:on') // use `@formatter:off` and `@formatter:on` to toggle formatting - ONLY IF STRICTLY NECESSARY
              removeUnusedImports()
              importOrderFile rootProject.file('build-tools-internal/elastic.importorder')
              eclipse().configFile rootProject.file('build-tools-internal/formatterConfig.xml')
              trimTrailingWhitespace()
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 09 18:53:35 GMT 2021
    - 9.1K bytes
    - Click Count (0)
Back to Top