Skip to content

Commit e49c637

Browse files
dinomiteJLLeitschuh
authored andcommitted
Removed IntelliJ plugin block from readme
As [mentioned in #726](#726 (comment))
1 parent 8b48ce9 commit e49c637

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

-26
Original file line numberDiff line numberDiff line change
@@ -281,32 +281,6 @@ ktlint {
281281
```
282282
</details>
283283

284-
### IntelliJ Idea Only Plugin
285-
286-
**Note:** This plugin is automatically applied by the main `ktlint` plugin.
287-
288-
This plugin just adds [special tasks](#additional-helper-tasks) that can generate IntelliJ IDEA codestyle
289-
rules using ktlint.
290-
291-
#### Idea plugin simple setup
292-
293-
Build script snippet for new plugin mechanism introduced in Gradle 2.1:
294-
```kotlin
295-
plugins {
296-
id("org.jlleitschuh.gradle.ktlint-idea") version "<current_version>"
297-
}
298-
```
299-
300-
#### Idea plugin setup using legacy apply method
301-
302-
For all Gradle versions:
303-
304-
Use the same `buildscript` logic as [above](#simple-setup), but with this instead of the above suggested `apply` line. If you also want the GIT pre-commit gradle tasks, keep both `apply` variations.
305-
306-
```groovy
307-
apply plugin: "org.jlleitschuh.gradle.ktlint-idea"
308-
```
309-
310284
### Configuration
311285
The following configuration block is _optional_.
312286

0 commit comments

Comments
 (0)