Skip to content

feat: standardize format and lints for various filetypes #115

@zimeg

Description

@zimeg

👁️‍🗨️ Conventions on indentation and ending new lines aren't consistent across and sometimes within a project. This issue hopes to discuss tooling we might use to improve this!

We might find this useful to avoid extraneous changes from appearing in PRs due to editor configurations.

Proposal

To start I think a small set of checks can be useful:

[*]
end_of_line = lf
insert_final_newline = true

[*.json]
indent_style = space
indent_size = 2

[*.sh]
indent_style = space
indent_size = 4

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency fileenhancementNew feature or requestgithub_actionsPull requests that update GitHub Actions codesemver:minoraddressing/merging the change would necessitate a minor semver release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions