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:
parent
56bfd8cd0d
commit
28671146d1
8
.idea/biome.xml
generated
Normal file
8
.idea/biome.xml
generated
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user