chore: disable ktfmt in the IDE

The auto-format option messes up Compose code
This commit is contained in:
Harsh Shandilya
2024-08-21 13:13:38 +05:30
parent 327cce9075
commit 9b2a1cba64
+1
View File
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KtfmtSettings">
<option name="enableKtfmt" value="Disabled" />
<option name="enabled" value="true" />
<option name="uiFormatterStyle" value="Google (internal)" />
</component>