disable formatting on exports
This commit is contained in:
parent
9164ee09cb
commit
a3eca8244e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user