Skip to content

Commit

Permalink
feat: change startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
upvest-mike committed Sep 24, 2024
1 parent 086e083 commit 9c82e79
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .mdl.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Enable all rules by default
all

exclude_rule 'MD024'
exclude_rule 'MD026'

rule 'MD013', :line_length => 160

rule 'MD007', :indent => 2

rule 'MD009', :br_spaces => 2

rule 'MD010', :code_blocks => true
1 change: 1 addition & 0 deletions .mdlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
style '.mdl.rb'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rm ./ec-priv-key.pem

Extract public key from private:

```
```shell
openssl ec -in ./ec-encr-priv-key.pem -pubout > ec-pub-key.pem
```

Expand Down

0 comments on commit 9c82e79

Please sign in to comment.