Skip to content

Commit

Permalink
Merge pull request #26 from nowsprinting/chore/fix_editorconfig
Browse files Browse the repository at this point in the history
Fix header template variables for Rider 2023.3
  • Loading branch information
Kuniwak authored Feb 13, 2024
2 parents b273092 + 096017b commit 339baab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dotnet_naming_symbols.all_members.applicable_kinds = *

dotnet_naming_style.pascal_case_style.capitalization = pascal_case

file_header_template = Copyright (c) $CURRENT_YEAR$ DeNA Co., Ltd.\nThis software is released under the MIT License.
file_header_template = Copyright (c) ${CurrentDate.Year} DeNA Co., Ltd.\nThis software is released under the MIT License.

# RS0016: Only enable if API files are present
dotnet_public_api_analyzer.require_api_files = true
Expand Down

0 comments on commit 339baab

Please sign in to comment.