Home | History | Annotate | Download | only in ndk
      1 [MESSAGES CONTROL]
      2 disable=missing-docstring,fixme,locally-disabled
      3 
      4 
      5 [BASIC]
      6 # Good variable names which should always be accepted, separated by a comma
      7 good-names=i,j,k,ex,Run,_
      8 
      9 
     10 [FORMAT]
     11 max-line-length=79
     12