Skip to content

Add .editorconfig to enforce tab-based indentation #43

Description

@omghante

Problem

  • Project uses tabs for Java files (enforced by Spotless + formatter.xml)
  • No .editorconfig file exists in the repo
  • Contributors using editors that default to spaces get wrong indentation
  • Causes Spotless check failures or unexpected formatting diffs

Proposed Changes

  • Add .editorconfig at the repo root with:
    • Tab indentation for Java files
    • Space indentation for XML and YAML files
    • UTF-8 charset and LF line endings
    • Final newline insertion
  • Settings match the existing Spotless and formatter.xml config

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions