-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add JuliaFormatter config file * Rename + split files * Format getdata* functions * Format plots* functions * Format helper.jl * Format app.jl * Format runtests.jl * Reduce line cols in docs * Update minor version * Make var. naming consistent * Update README * Add header comment
- Loading branch information
Showing
15 changed files
with
1,485 additions
and
1,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Configuration file for JuliaFormatter.jl | ||
# Formatting options are described here: https://github.com/domluna/JuliaFormatter.jl | ||
|
||
indent = 4 | ||
margin = 80 | ||
remove_extra_newlines = true | ||
trailing_comma = false | ||
|
||
always_for_in = true | ||
always_use_return = true | ||
|
||
whitespace_typedefs = true | ||
whitespace_ops_in_indices = true | ||
whitespace_in_kwargs = true | ||
|
||
verbose = true | ||
overwrite = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
523f99e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
523f99e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/63108
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: