Idris2/.github/linters/.ecrc

8 lines
107 B
Plaintext
Raw Normal View History

{
"Exclude" : ["expected", "*.js"],
"Disable": {
"IndentSize": true,
"Indentation": true
}
}