From b15d4be261014f9f261201977cb1aa0076284217 Mon Sep 17 00:00:00 2001 From: Segun Famisa Date: Thu, 20 Aug 2026 14:06:09 +0000 Subject: [PATCH] Bug 2064079 - Check in ktfmt idea configuration into tree r=adhingra,android-reviewers Differential Revision: https://phabricator.services.mozilla.com/D319183 --- .idea/ktfmt.xml | 13 +++++++++++++ moz.build | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 .idea/ktfmt.xml diff --git a/.idea/ktfmt.xml b/.idea/ktfmt.xml new file mode 100644 index 000000000000..764052d57a89 --- /dev/null +++ b/.idea/ktfmt.xml @@ -0,0 +1,13 @@ + + + + + + diff --git a/moz.build b/moz.build index 776b6905b216..62ee95d774ea 100644 --- a/moz.build +++ b/moz.build @@ -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")