|
20 | 20 | ('hang-closing', 'plugins.pycodestyle.hangClosing', bool), |
21 | 21 | ('ignore', 'plugins.pycodestyle.ignore', list), |
22 | 22 | ('max-line-length', 'plugins.pycodestyle.maxLineLength', int), |
| 23 | + ('indent-size', 'plugins.pycodestyle.indentSize', int), |
23 | 24 | ('select', 'plugins.pycodestyle.select', list), |
24 | 25 | # flake8 |
25 | 26 | ('exclude', 'plugins.flake8.exclude', list), |
26 | 27 | ('filename', 'plugins.flake8.filename', list), |
27 | 28 | ('hang-closing', 'plugins.flake8.hangClosing', bool), |
28 | 29 | ('ignore', 'plugins.flake8.ignore', list), |
29 | 30 | ('max-line-length', 'plugins.flake8.maxLineLength', int), |
| 31 | + ('indent-size', 'plugins.flake8.indentSize', int), |
30 | 32 | ('select', 'plugins.flake8.select', list), |
31 | 33 | ('per-file-ignores', 'plugins.flake8.perFileIgnores', list), |
32 | 34 | ] |
|
0 commit comments