1
0
mirror of https://gitlab.com/MisterBiggs/stl-process.git synced 2025-08-03 12:01:33 +00:00

small changes

This commit is contained in:
2022-03-22 08:24:15 -07:00
parent 9b3004e226
commit eae1e0bb1c
2 changed files with 71 additions and 49 deletions

15
.JuliaFormatter.toml Normal file
View File

@@ -0,0 +1,15 @@
style = "blue"
margin = 120
always_for_in = true
whitespace_ops_in_indices = true
remove_extra_newlines = true
import_to_using = true
pipe_to_function_call = false
short_to_long_function_def = false
always_use_return = false
format_docstrings = true
conditional_to_if = true
trailing_comma = true
join_lines_based_on_source = false
format_markdown = true