From 9e824367bb930cccaa41382a2fdc71d04424f38f Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 8 Aug 2021 00:23:41 +0200 Subject: [PATCH] add configuration file --- .JuliaFormatter.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .JuliaFormatter.toml diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml new file mode 100644 index 00000000..481cff0a --- /dev/null +++ b/.JuliaFormatter.toml @@ -0,0 +1 @@ +whitespace_in_kwargs=false \ No newline at end of file