Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove rustfmt license template #1430

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tools/slicec-cs/.gitattributes

This file was deleted.

1 change: 0 additions & 1 deletion tools/slicec-cs/.rustfmt-license-template

This file was deleted.

3 changes: 0 additions & 3 deletions tools/slicec-cs/rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# enum_discrim_align_threshold (https://github.com/rust-lang/rustfmt/issues/3372)
# format_code_in_doc_comments (https://github.com/rust-lang/rustfmt/issues/3348)
# format_macro_matchers (https://github.com/rust-lang/rustfmt/issues/3354)
# license_template_path (https://github.com/rust-lang/rustfmt/issues/3352)
# normalize_doc_attributes (https://github.com/rust-lang/rustfmt/issues/3351)
# overflow_delimited_expression (https://github.com/rust-lang/rustfmt/issues/3370)
# wrap_comments (https://github.com/rust-lang/rustfmt/issues/3347)
Expand All @@ -22,8 +21,6 @@ struct_variant_width = 40
format_code_in_doc_comments = true
format_macro_matchers = true

license_template_path = ".rustfmt-license-template"

merge_derives = true

imports_granularity = "Module"
Expand Down