Use tabs for indentation

This commit is contained in:
Sebastien Deleuze
2018-05-11 16:48:54 +02:00
parent 94ffc574d0
commit 984599ae25
6 changed files with 120 additions and 121 deletions

View File

@@ -516,7 +516,6 @@ class BlogApplication {
@Bean @Bean
fun mustacheCompiler(loader: Mustache.TemplateLoader?) = fun mustacheCompiler(loader: Mustache.TemplateLoader?) =
Mustache.compiler().escapeHTML(false).withLoader(loader) Mustache.compiler().escapeHTML(false).withLoader(loader)
} }
---- ----