Skip to content

editorconfig comment 'Json and JsonC' conflicts with CODESTYLE casing rule #182

Description

@ptr727

The .editorconfig defaults block (an always-verbatim carry) labels the JSON section:

# Json and JsonC files
[*.{json,jsonc}]

CODESTYLE.md -> General -> "Tooling Names and Casing" requires each tool/format's official casing in docs and prose. The official casing is JSON / JSONC, so the comment should read # JSON and JSONC files.

Because the block is carried verbatim, every derived repo inherits the lowercase casing, and a Copilot reviewer flags it against the casing rule on each re-sync. Fixing it in the template propagates the correct casing to all downstreams.

Found while re-syncing a downstream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions