Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.markdownlint.json')
-rw-r--r--.markdownlint.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json
new file mode 100644
index 0000000..a8b885d
--- /dev/null
+++ b/.markdownlint.json
@@ -0,0 +1,10 @@
+{
+ "comment": "Hyas rules",
+
+ "default": true,
+ "line_length": false,
+ "no-inline-html": false,
+ "no-trailing-punctuation": false,
+ "no-duplicate-heading": false,
+ "no-bare-urls": false
+} \ No newline at end of file