Skip to content

Commit 7e3c7f3

Browse files
committed
Switch to tabs, and adjust tabsizing in asciidoctor.
1 parent a6063bd commit 7e3c7f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Create a new domain object to present a person, as the following listing (in
7777
`src/main/java/com/example/accessingdatarest/Person.java`) shows:
7878

7979
====
80-
[source,java]
80+
[source,java,tabsize=2]
8181
----
8282
include::complete/src/main/java/com/example/accessingdatarest/Person.java[]
8383
----
@@ -92,7 +92,7 @@ Next, you need to create a simple repository, as the following listing (in
9292
`src/main/java/com/example/accessingdatarest/PersonRepository.java`) shows:
9393

9494
====
95-
[source,java]
95+
[source,java,tabsize=2]
9696
----
9797
include::complete/src/main/java/com/example/accessingdatarest/PersonRepository.java[]
9898
----

complete/src/test/java/com/example/accessingdatarest/AccessingDataRestApplicationTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)