13 lines
222 B
TOML
13 lines
222 B
TOML
|
#
|
||
|
# Copyright (C) 2020 Signal Messenger, LLC.
|
||
|
# All rights reserved.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-3.0-only
|
||
|
#
|
||
|
|
||
|
unstable_features = true
|
||
|
license_template_path = "rustfmt.license-template"
|
||
|
|
||
|
ignore = [
|
||
|
]
|