aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/caddyfmt/out.caddyfile1
diff options
context:
space:
mode:
Diffstat (limited to 'test/formatters/samplecode/caddyfmt/out.caddyfile1')
-rw-r--r--test/formatters/samplecode/caddyfmt/out.caddyfile14
1 files changed, 4 insertions, 0 deletions
diff --git a/test/formatters/samplecode/caddyfmt/out.caddyfile1 b/test/formatters/samplecode/caddyfmt/out.caddyfile1
new file mode 100644
index 0000000..d4d6bc0
--- /dev/null
+++ b/test/formatters/samplecode/caddyfmt/out.caddyfile1
@@ -0,0 +1,4 @@
+example.com {
+ root * /var/www
+ file_server
+}