From d92db9c47d8c2ea55ba101e5219e6388a5078da8 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Fri, 11 Nov 2022 13:51:36 -0500 Subject: [PATCH] Turn off `pipe_to_function_call` in blue style --- .JuliaFormatter.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index 1d4e7f06..78b29c15 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -1,2 +1,3 @@ style = "blue" -ignore = ["docs"] \ No newline at end of file +ignore = ["docs"] +pipe_to_function_call = false \ No newline at end of file