From 65a35fef5540d6c23ed315caf562953498f76de8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 21 Dec 2020 16:09:06 +1000 Subject: [PATCH] link .prettierrc into qt/aqt/data/web/js So automatic formatting in VS Code matches CI format --- qt/aqt/data/web/js/.prettierrc | 1 + 1 file changed, 1 insertion(+) create mode 120000 qt/aqt/data/web/js/.prettierrc diff --git a/qt/aqt/data/web/js/.prettierrc b/qt/aqt/data/web/js/.prettierrc new file mode 120000 index 000000000..c070caedf --- /dev/null +++ b/qt/aqt/data/web/js/.prettierrc @@ -0,0 +1 @@ +../../../../../ts/.prettierrc \ No newline at end of file