Idris2/.github/linters/.ecrc
Stiopa Koltsov 0231ceaf8d Disable indents check (properly this time)
* `.ecrc` was in incorrect directory
* add another option for extra precaution
2021-01-21 14:13:35 +00:00

7 lines
71 B
Plaintext

{
"Disable": {
"IndentSize": true,
"Indentation": true
}
}