From 28671146d10497451856840388bb554d1869d176 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 30 Apr 2024 10:56:39 +0200 Subject: [PATCH] feat(others): Add BiomeSettings in .idea/biome.xml A new file `.idea/biome.xml` is added with `BiomeSettings` component for the project. It also includes MANUAL configuration with enabling formatOnSave option. Signed-off-by: Mathis --- .idea/biome.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .idea/biome.xml diff --git a/.idea/biome.xml b/.idea/biome.xml new file mode 100644 index 0000000..a84d191 --- /dev/null +++ b/.idea/biome.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file