Bug 2064079 - Check in ktfmt idea configuration into tree r=adhingra,android-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D319183
This commit is contained in:
Segun Famisa
2026-08-20 14:08:25 +00:00
committed by sfamisa@mozilla.com
parent e5ed6ec9f1
commit b15d4be261
2 changed files with 16 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<project version="4">
<component name="KtfmtSettings">
<option name="customBlockIndent" value="4" />
<option name="customMaxLineLength" value="120" />
<option name="customTrailingCommaManagementStrategy" value="COMPLETE" />
<option name="enableKtfmt" value="Enabled" />
<option name="uiFormatterStyle" value="Custom" />
</component>
</project>
+3
View File
@@ -158,6 +158,9 @@ with Files(".vscode/**"):
with Files(".zed/**"):
BUG_COMPONENT = ("Developer Infrastructure", "Developer Environment Integration")
with Files(".idea/**"):
BUG_COMPONENT = ("Firefox for Android", "Tooling")
with Files(".ycm_extra_conf.py"):
BUG_COMPONENT = ("Developer Infrastructure", "Developer Environment Integration")