disable formatting on exports

This commit is contained in:
t-bltg 2021-08-10 19:21:50 +02:00
parent 9164ee09cb
commit a3eca8244e
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,12 @@
style = "blue"
always_for_in = true
import_to_using = false
align_pair_arrow = true
align_assignment = true
align_conditional = true
always_use_return = false
conditional_to_if = false
whitespace_typedefs = true
whitespace_in_kwargs = true
remove_extra_newlines = true
whitespace_ops_in_indices = true
short_to_long_function_def = false
annotate_untyped_fields_with_any = false

View File

@ -25,6 +25,7 @@ import JSON
using Requires
#! format: off
export
grid,
bbox,
@ -117,7 +118,7 @@ export
scalefontsize,
scalefontsizes,
resetfontsizes
#! format: on
# ---------------------------------------------------------
import NaNMath # define functions that ignores NaNs. To overcome the destructive effects of https://github.com/JuliaLang/julia/pull/12563