Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00870dc1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Spa] Add ktfmt settings" into main

parents 1a0a15f7 6beccd56
Loading
Loading
Loading
Loading
+3 −14
Original line number Diff line number Diff line
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.kotlin
.DS_Store
build
/captures
.externalNativeBuild
.cxx
local.properties

/.kotlin
/local.properties
+6 −0
Original line number Diff line number Diff line
!/codeStyles/Project.xml
!/codeStyles/codeStyleConfig.xml
!/copyright/Apache_2.xml
!/copyright/profiles_settings.xml
!/ktfmt.xml
!/vcs.xml
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="KtfmtSettings">
    <option name="enableKtfmt" value="Enabled" />
    <option name="enabled" value="true" />
    <option name="uiFormatterStyle" value="Kotlinlang" />
  </component>
</project>