forked from orm011/pgserver
-
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.
- Loading branch information
1 parent
a17aaad
commit dfc2926
Showing
3 changed files
with
54 additions
and
8 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,24 @@ | ||
# MD013/line-length | ||
# (set line length to 120, don't enforce for tables) | ||
MD013: | ||
line_length: 120 | ||
tables: false | ||
|
||
# MD026/no-trailing-punctuation | ||
# (fussy fussy) | ||
MD026: false | ||
|
||
# MD033/no-inline-html | ||
# (allow inline HTML) | ||
MD033: false | ||
|
||
# MD041/first-line-h1 | ||
# (don't enforce that first line is a top-level heading) | ||
MD041: false | ||
|
||
# MD046/code-block-style | ||
MD046: false | ||
|
||
# MD052/reference-links-images | ||
# (don't enforce reference links) | ||
MD052: false |
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