a606822f35
* add .pylintrc to use 2 space indentation * rename single-letter local variables Test: ./warn.py build.log > warnings.html Change-Id: I2ca56a6cb130a9d6c73328c5592ad7cde8a974ab
4 lines
70 B
INI
4 lines
70 B
INI
[FORMAT]
|
|
|
|
# Two spaces for each indentation level.
|
|
indent-string=' '
|