diff --git a/.rustfmt.toml b/.rustfmt.toml index 224f58aed2..da09889f0c 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -9,7 +9,7 @@ format_code_in_doc_comments = false comment_width = 80 normalize_comments = true # changed normalize_doc_attributes = false -license_template_path = "LICENSE_TEMPLATE" # changed +license_template_path = "FILE_TEMPLATE" # changed format_strings = false format_macro_matchers = false format_macro_bodies = true diff --git a/LICENSE_TEMPLATE b/FILE_TEMPLATE similarity index 100% rename from LICENSE_TEMPLATE rename to FILE_TEMPLATE diff --git a/LICENSE b/LICENSE index 9cecc1d466..733c072369 100644 --- a/LICENSE +++ b/LICENSE @@ -672,3 +672,4 @@ may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . +