From 7fc9c2afdf1978f5fe654c4d5e9f23d1da54077f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Jun 2015 15:17:05 +0200 Subject: [PATCH] Fix indent --- .../asciidoc/appendix-application-properties.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index c02a224ab73..f376a3d3201 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -202,13 +202,13 @@ content into your application; rather pick only the properties that you need. # MUSTACHE TEMPLATES ({sc-spring-boot-autoconfigure}/mustache/MustacheAutoConfiguration.{sc-ext}[MustacheAutoConfiguration]) spring.mustache.cache=true - spring.mustache.charset=UTF-8 - spring.mustache.check-template-location=true - spring.mustache.content-type=UTF-8 - spring.mustache.enabled=true # enable MVC view resolution - spring.mustache.prefix= - spring.mustache.suffix=.html - spring.mustache.view-names= # whitelist of view names that can be resolved + spring.mustache.charset=UTF-8 + spring.mustache.check-template-location=true + spring.mustache.content-type=UTF-8 + spring.mustache.enabled=true # enable MVC view resolution + spring.mustache.prefix= + spring.mustache.suffix=.html + spring.mustache.view-names= # whitelist of view names that can be resolved # JERSEY ({sc-spring-boot-autoconfigure}}/jersey/JerseyProperties.{sc-ext}[JerseyProperties]) spring.jersey.type=servlet # servlet or filter