Mathis 28671146d1
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>
2024-04-30 10:56:39 +02:00

8 lines
279 B
XML

<?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>