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:
committed by
sfamisa@mozilla.com
parent
e5ed6ec9f1
commit
b15d4be261
Generated
+13
@@ -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>
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user