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