Skip to content

Commit

Permalink
Fixed typos in Intellij IDEA integration section
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko authored Feb 21, 2017
1 parent 46f0a1e commit af7fbb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ To run formatter - `gradle ktlintFormat`.
Go to `File -> Settings... -> Editor`
- `Code Style -> Kotlin`
- open `Imports` tab, select all `Use single name import` options and remove `import java.util.*` from `Packages to Use Import with '*'`.
- (optional by recommended) open `Wrapping and Braces` tab, uncheck `Method declaration parameters -> Align when multiline`.
- (optional by recommended) open `Tabs and Indents` tab, change `Continuation indent` to 4.
- (optional but recommended) open `Wrapping and Braces` tab, uncheck `Method declaration parameters -> Align when multiline`.
- (optional but recommended) open `Tabs and Indents` tab, change `Continuation indent` to 4.
- `Inspections`
- change `Severity` level of `Unused import directive`, `Redundant semicolon` and (optional by recommended) `Unused symbol` to `ERROR`.
- change `Severity` level of `Unused import directive`, `Redundant semicolon` and (optional but recommended) `Unused symbol` to `ERROR`.

Alternatively, go to `File -> Settings... -> Editor`
- `Code Style -> Manage... -> Import -> Intellij IDEA code style XML`,
Expand Down

0 comments on commit af7fbb6

Please sign in to comment.