Stephan Kulow ae8dd7e25b Validate that the files match the editor config
I only learned about its existance due to pr 2906, so let's enforce it
2023-01-02 19:44:28 +01:00

15 lines
314 B
Plaintext

{
"Verbose": false,
"IgnoreDefaults": false,
"Exclude": ["tests/fixtures", "LICENSE"],
"SpacesAfterTabs": false,
"Disable": {
"EndOfLine": false,
"Indentation": false,
"IndentSize": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"MaxLineLength": false
}
}