ecformat 0.1.0

command line tool to keep files correct in respect of your EditorConfig
# SPDX-FileCopyrightText: NONE
#
# SPDX-License-Identifier: CC0-1.0

# ATTENTION: Also update "allow" in deny.toml
accepted = [
    # Permissive licenses
    "BlueOak-1.0.0",
    "Apache-2.0",
    "MIT",
    "BSD-3-Clause",
    "Zlib",
    "Unicode-DFS-2016",
    "Unicode-3.0",
    # "Public domain" licenses
    "CC0-1.0",
]

# These dependencies are not part of release binaries.
# Therefore, no need to add there license information to respect their licenses.
ignore-build-dependencies = true
ignore-dev-dependencies = true