Lubos Kocman de1d94accb retab publish_distro
* retab with two spaces as identation according to .editorconfig
2023-01-02 19:46:05 +01:00

15 lines
334 B
Plaintext

{
"Verbose": false,
"IgnoreDefaults": false,
"Exclude": ["tests/fixtures", "LICENSE", "\\.py$", "bs_copy"],
"SpacesAfterTabs": true,
"Disable": {
"EndOfLine": false,
"Indentation": false,
"IndentSize": false,
"InsertFinalNewline": false,
"TrimTrailingWhitespace": false,
"MaxLineLength": false
}
}