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

Commit 4c6ac887 authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

Decouple rustfmt.toml from soong

With Floss, Flouride/GD is made available outside Android and it's
easier for non-Android development to use rustfmt without soong
dependency.

Bug: 221242765
Test: Call rustfmt on any rust file in packages/modules/Bluetooth

Change-Id: Ic883987500c8129e53e42de3b5250f2126d6f048
parent e976dc12
Loading
Loading
Loading
Loading

rustfmt.toml

deleted120000 → 0
+5 −1
Original line number Diff line number Diff line
../../../build/soong/scripts/rustfmt.toml
 No newline at end of file

rustfmt.toml

0 → 100644
+5 −1
Original line number Diff line number Diff line
# Android Format Style

edition = "2021"
use_small_heuristics = "Max"
newline_style = "Unix"

rustfmt.toml

120000 → 100644
+5 −1

File changed.File mode changed from 120000 to 100644.

Contains only whitespace changes.