Skip to content

Commit

Permalink
Merge pull request #169 from psrenergy/formatter
Browse files Browse the repository at this point in the history
Increase the margin in JuliaFormatter
  • Loading branch information
guilhermebodin authored May 2, 2024
2 parents ee8225a + 9a3fbb7 commit 83ca526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .JuliaFormatter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For more information, see: https://domluna.github.io/JuliaFormatter.jl/stable/config/

indent = 4
margin = 92
margin = 146
always_for_in = true
whitespace_typedefs = true
whitespace_ops_in_indices = false
Expand All @@ -21,4 +21,4 @@ join_lines_based_on_source = true
indent_submodule = false
separate_kwargs_with_semicolon = true
surround_whereop_typeparameters = true
always_use_return = true
always_use_return = true

0 comments on commit 83ca526

Please sign in to comment.