LL095
Mixed indentation
Object Pascal — Delphi & Free Pascal
Info
Style
Mixing tabs and spaces for indentation causes inconsistent rendering across editors
mixing tabs and spaces for indentation causes inconsistent rendering across editors.
Why this severity
mixing tabs and spaces for indentation causes inconsistent rendering across editors.
Known false positives
files imported from external sources with different conventions.
Remediation example
// Configure editor to use spaces only // and run a formatter on the file.