Home
last modified time | relevance | path

Searched full:indentation (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/
D.yamllint10 indentation:
D.ruff-excludes.toml224 "W191", # https://docs.astral.sh/ruff/rules/tab-indentation
924 "W191", # https://docs.astral.sh/ruff/rules/tab-indentation
1210 "W191", # https://docs.astral.sh/ruff/rules/tab-indentation
/Zephyr-latest/dts/bindings/gpio/
Dadi,max22190-gpio.yaml94 channels indentation start from CH0...CH7
104 channels indentation start from CH0...CH7
112 channels indentation start from CH0...CH7
Dadi,max14906-gpio.yaml61 channels indentation start from CH0...CH3
71 channels indentation start from CH0...CH3
81 channels indentation start from CH0...CH3
91 channels indentation start from CH0...CH3
Dadi,max14916-gpio.yaml61 channels indentation start from CH0...CH7
70 channels indentation start from CH0...CH7
80 channels indentation start from CH0...CH3
/Zephyr-latest/arch/xtensa/core/
Dxtensa_intgen.py23 # print() wrapper that automatically handles indentation levels
/Zephyr-latest/scripts/ci/
Dpylintrc208 bad-indentation,
/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py308 indent: Indentation.
422 # determine indentation
/Zephyr-latest/doc/develop/west/
Dextensions.rst87 from textwrap import dedent # just for nicer code indentation
/Zephyr-latest/scripts/west_commands/
Drun_common.py41 # Context-sensitive help indentation.
/Zephyr-latest/doc/build/kconfig/
Dtips.rst900 - Use a single tab for each indentation
/Zephyr-latest/scripts/
Dspelling.txt824 indendation||indentation
Dcheckpatch.pl3368 # check indentation starts on a tab stop
3381 # check multi-line statement indentation matches previous line
3546 # indentation of previous and current line are the same
3591 # check indentation of any line with a bare else
3605 # check indentation of a line with a break;
4936 # check that goto labels aren't indented (allow a single space indentation)
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py3333 # indentation
6529 # with no unexpected "jumps" in the indentation.