Skip to content

Commit 1d39251

Browse files
authored
file updates for license recognition (use-ink#388)
* file updates for license recognition * update rustfmt to use FILE_TEMPLATE * rename FILE_TEMPLATE to FILE_HEADER
1 parent 0a01fbc commit 1d39251

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ format_code_in_doc_comments = false
99
comment_width = 80
1010
normalize_comments = true # changed
1111
normalize_doc_attributes = false
12-
license_template_path = "LICENSE_TEMPLATE" # changed
12+
license_template_path = "FILE_HEADER" # changed
1313
format_strings = false
1414
format_macro_matchers = false
1515
format_macro_bodies = true

LICENSE_TEMPLATE FILE_HEADER

File renamed without changes.

LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,4 @@
200200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201
See the License for the specific language governing permissions and
202202
limitations under the License.
203+

0 commit comments

Comments
 (0)