mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 01:41:44 +03:00
2d2cd4d52c
Those files are part of tests and hold what should be the output of the compiler. If they are included in the linting, warnings will be emitted when one of the tests in which the compiler outputs a line with trailing whitespace is edited, which is not desirable.
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
{
|
|
"Exclude" : ["expected"],
|
|
"Disable": {
|
|
"IndentSize": true,
|
|
"Indentation": true
|
|
}
|
|
}
|