blob: fcea945e35cb32cf37107edddb52c554fcbf15ab (
plain)
1
2
3
4
5
|
# This blocks editorconfig from finding the repo root .editorconfig.
# We don't want to use that because test files are by their very nature
# unformatted files and we don't want to leave this up to the editors.
root = true
|