mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
23 lines
353 B
INI
23 lines
353 B
INI
[FORMAT]
|
|
max-line-length=120
|
|
|
|
|
|
[BASIC]
|
|
# Good variable names which should always be accepted, separated by a comma.
|
|
good-names=i,
|
|
j,
|
|
k,
|
|
e,
|
|
ex,
|
|
extra,
|
|
f,
|
|
fd,
|
|
fp,
|
|
logger,
|
|
Run,
|
|
q,
|
|
s,
|
|
x,
|
|
y,
|
|
_
|