Skip to content

Commit 674f0f0

Browse files
committed
chore: format markdown
1 parent 63820d4 commit 674f0f0

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.JuliaFormatter.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
style = "blue"
2-
align_assignment = true
3-
align_struct_field = true
4-
align_conditional = true
5-
align_pair_arrow = true
6-
align_matrix = true
2+
format_docstrings = true
3+
format_markdown = true

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v3.2.0
44
hooks:
5-
- id: trailing-whitespace
6-
- id: end-of-file-fixer
75
- id: check-yaml
86
- id: check-added-large-files
97
- id: check-merge-conflict

0 commit comments

Comments
 (0)