Port: Format: Don't allow tabs#1022
Conversation
mkannwischer
commented
Apr 6, 2026
- Ports Format: Don't allow tabs mlkem-native#1573
CBMC Results (ML-DSA-44)Full Results (185 proofs)
|
CBMC Results (ML-DSA-87)Full Results (185 proofs)
|
CBMC Results (ML-DSA-65)Full Results (185 proofs)
|
|
The format script excludes |
Those files are generated by autogen/simpasm, so the exclusion of .S was not the cause - they just needed to be regenerated after rebase. However, since we have removed all tabs from .S files in |
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
This commit ports pq-code-package/mlkem-native#1573. It replaces tabs by spaces in - All autogenerated asm via simpasm - All handwritten asm - All c/h source files It also extends the format and lint script to enforce the absense of tabs in source files. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>