Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Rule

* Use a formatter in `/.idea/codeStyleSttings.xml`
* Start a new line at right vertica line on android studio. (about 130 characters)
* Wrap lines at the right vertical line on android studio. (The maximum number of characters per line is about 130 characters)

### Coding rules

Expand Down Expand Up @@ -73,9 +73,9 @@ hoge as? Hoge ?: throw IllegalArgumentException("not Hoge!")
hoge.foo()
```

### Line break
### Line wrapping

* Start a new line at right vertical line on Android studio. (About 130 characters)
* Wrap lines at the right vertical line on android studio. (The maximum number of characters per line is about characters)

![RightVerticalLine][AndroidStudio]

Expand Down