Skip to content

Commit

Permalink
Merge branch 'tidyup'
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Apr 25, 2024
2 parents 156fd4c + 879e23c commit 80ea95b
Show file tree
Hide file tree
Showing 225 changed files with 7,768 additions and 6,608 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
tab_width = 2
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[Makefile]
indent_style = tab
2 changes: 2 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
failure-threshold: style
4 changes: 4 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
default: true
MD013: { stern: true }
MD024: { siblings_only: true }
1 change: 1 addition & 0 deletions .mdformat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
number = true

0 comments on commit 80ea95b

Please sign in to comment.