From 0fe4ef243422f9e2046e0a1a30d20583cf743ed7 Mon Sep 17 00:00:00 2001 From: "ADMSK\\AVROGAL1" Date: Tue, 16 Feb 2021 20:18:04 +0300 Subject: [PATCH] docs: updates on workflows Added information on documentation --- .unibeautifyrc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .unibeautifyrc.json diff --git a/.unibeautifyrc.json b/.unibeautifyrc.json new file mode 100644 index 00000000000..c00b1cd8c4d --- /dev/null +++ b/.unibeautifyrc.json @@ -0,0 +1,9 @@ +{ + "Markdown": { + "beautifiers": [ + "Prettier" + ], + "__pragma_insert__": true, + "wrap_line_length": 0 + } +} \ No newline at end of file