We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63820d4 commit 674f0f0Copy full SHA for 674f0f0
2 files changed
.JuliaFormatter.toml
@@ -1,6 +1,3 @@
1
style = "blue"
2
-align_assignment = true
3
-align_struct_field = true
4
-align_conditional = true
5
-align_pair_arrow = true
6
-align_matrix = true
+format_docstrings = true
+format_markdown = true
.pre-commit-config.yaml
@@ -2,8 +2,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- - id: trailing-whitespace
- - id: end-of-file-fixer
7
- id: check-yaml
8
- id: check-added-large-files
9
- id: check-merge-conflict
0 commit comments