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 <yidhra@tuta.io>
This commit is contained in:
Mathis H (Avnyr) 2024-04-30 10:56:39 +02:00
parent 56bfd8cd0d
commit 28671146d1
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

8
.idea/biome.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BiomeSettings">
<option name="configPath" value="$PROJECT_DIR$" />
<option name="configurationMode" value="MANUAL" />
<option name="formatOnSave" value="true" />
</component>
</project>