aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanley Shyiko <stanley.shyiko@gmail.com>2018-04-22 15:10:11 -0700
committerStanley Shyiko <stanley.shyiko@gmail.com>2018-04-22 15:10:11 -0700
commit691c6fb230e9bc234f3f54c1df612ad9e0c6dd18 (patch)
tree53694e53ae407616e1d658e29a6de293b29135af
parentc1ab380c6a5831f472af1ce3916259d815dd672a (diff)
downloadktlint-691c6fb230e9bc234f3f54c1df612ad9e0c6dd18.tar.gz
Set continuation_indent_size=indent_size (README) (#182)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4e1f864..a10a53ae 100644
--- a/README.md
+++ b/README.md
@@ -267,7 +267,7 @@ Go to <kbd>File</kbd> -> <kbd>Settings...</kbd> -> <kbd>Editor</kbd>
- (optional but recommended) open <kbd>Wrapping and Braces</kbd> tab
- uncheck `Method declaration parameters` / `Align when multiline`.
- (optional but recommended) open <kbd>Tabs and Indents</kbd> tab
- - change `Continuation indent` to 4
+ - change `Continuation indent` to the same value as `Indent` (4 by default).
- <kbd>Inspections</kbd>
- change `Severity` level of `Unused import directive` and `Redundant semicolon` to `ERROR`.