Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 8b78ce2

Browse files
authored
Merge pull request #1 from lei-clari/patch-1
always 4-space indention
2 parents b108f43 + 092d40e commit 8b78ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ In general:
134134

135135
### <a name='indent'>Spacing and Indentation</a>
136136

137-
- Use 4-space indentation in general, though Java is using 2-space indention.
137+
- Use 4-space indentation awlays
138138
```scala
139139
if (true) {
140-
println("Wow!")
140+
println("Wow!")
141141
}
142142
```
143143

0 commit comments

Comments
 (0)