From c1af99b4e4038d1beaec15f66987733c2bec9cca Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Sat, 22 Apr 2023 18:33:39 +0900 Subject: [PATCH] change margin from 88 to 92 https://github.com/SciML/SciMLStyle > Try to adhere to a 92 character line length limit. --- .JuliaFormatter.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index 47e66ed..811635b 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -4,4 +4,4 @@ whitespace_in_kwargs=false short_to_long_function_def=true always_for_in=true verbose=true -margin=88 +margin=92