diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-09 15:12:24 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-18 11:40:30 +0530 |
commit | 91fce4dce78da73fe551fa90bb4975a8c250e0f5 (patch) | |
tree | 7ddc69b1d1e0ca96f30a54049ab8b347f9f3025e /app/lint.xml | |
parent | 774fda83ac276a635e3402034b1eedbd10be916f (diff) |
all: format XML files to 2 space indent
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/lint.xml')
-rw-r--r-- | app/lint.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/lint.xml b/app/lint.xml index 9e081ab0..b8589b9b 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -3,7 +3,7 @@ ~ SPDX-License-Identifier: GPL-3.0-only --> <lint> - <issue id="InvalidPackage"> - <ignore regexp="X509LDAPCertStoreSpi" /> - </issue> + <issue id="InvalidPackage"> + <ignore regexp="X509LDAPCertStoreSpi" /> + </issue> </lint>
\ No newline at end of file |