From 5160e210f33c367841a1d9690215606e99db9bcb Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 8 May 2022 17:57:29 +0530 Subject: [PATCH] chore: upgrade sailfish --- sailfish.toml | 6 ++++++ sailfish.yml | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 sailfish.toml delete mode 100644 sailfish.yml diff --git a/sailfish.toml b/sailfish.toml new file mode 100644 index 00000000..3e398d7a --- /dev/null +++ b/sailfish.toml @@ -0,0 +1,6 @@ +template_dirs = ["templates"] +#escape = true +delimiter = "." + +[optimizations] +rm_whitespace = true diff --git a/sailfish.yml b/sailfish.yml deleted file mode 100644 index 5f64209e..00000000 --- a/sailfish.yml +++ /dev/null @@ -1 +0,0 @@ -delimiter: "."