mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-08-01 19:11:35 +00:00
added formatting
This commit is contained in:
15
.JuliaFormatter.toml
Normal file
15
.JuliaFormatter.toml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
style = "blue"
|
||||||
|
|
||||||
|
margin = 100
|
||||||
|
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
|
Reference in New Issue
Block a user