Searched full:indentation (Results 1 – 14 of 14) sorted by relevance
10 indentation:
224 "W191", # https://docs.astral.sh/ruff/rules/tab-indentation924 "W191", # https://docs.astral.sh/ruff/rules/tab-indentation1210 "W191", # https://docs.astral.sh/ruff/rules/tab-indentation
94 channels indentation start from CH0...CH7104 channels indentation start from CH0...CH7112 channels indentation start from CH0...CH7
61 channels indentation start from CH0...CH371 channels indentation start from CH0...CH381 channels indentation start from CH0...CH391 channels indentation start from CH0...CH3
61 channels indentation start from CH0...CH770 channels indentation start from CH0...CH780 channels indentation start from CH0...CH3
23 # print() wrapper that automatically handles indentation levels
208 bad-indentation,
308 indent: Indentation.422 # determine indentation
87 from textwrap import dedent # just for nicer code indentation
41 # Context-sensitive help indentation.
900 - Use a single tab for each indentation
824 indendation||indentation
3368 # check indentation starts on a tab stop3381 # check multi-line statement indentation matches previous line3546 # indentation of previous and current line are the same3591 # check indentation of any line with a bare else3605 # check indentation of a line with a break;4936 # check that goto labels aren't indented (allow a single space indentation)
3333 # indentation6529 # with no unexpected "jumps" in the indentation.