chore: enable ktfmt in IDEA

It's more annoying to have code be incorrectly reformatted during editing than the occasional jumpy cursor
This commit is contained in:
Harsh Shandilya 2024-08-28 12:08:50 +05:30
parent 482258a162
commit e68af9be16

2
.idea/ktfmt.xml generated
View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KtfmtSettings">
<option name="enableKtfmt" value="Disabled" />
<option name="enableKtfmt" value="Enabled" />
<option name="enabled" value="true" />
<option name="uiFormatterStyle" value="Google (internal)" />
</component>