Searched full:indentation (Results 1 – 25 of 54) sorted by relevance
123
/linux-6.14.4/Documentation/devicetree/bindings/ |
D | .yamllint | 29 comments-indentation: disable 40 indentation:
|
D | writing-schema.rst | 62 maintains leading whitespace beyond indentation of the first line. The line 66 style maintains all line breaks and whitespace (beyond indentation of the 166 Use YAML coding style (two-space indentation). For DTS examples in the schema, 167 preferred is four-space indentation.
|
D | dts-coding-style.rst | 165 Indentation and wrapping 168 1. Use indentation and wrap lines according to
|
D | example-schema.yaml | 25 indentation less than the first line of the literal block. Lines also cannot 256 # Any includes used have to be explicitly included. Use 4-space indentation.
|
/linux-6.14.4/Documentation/process/ |
D | coding-style.rst | 18 1) Indentation 26 Rationale: The whole idea behind indentation is to clearly define where 29 how the indentation works if you have large indentations. 34 more than 3 levels of indentation, you're screwed anyway, and should fix 41 The preferred way to ease multiple indentation levels in a switch statement is 93 used for indentation, and the above example is deliberately broken. 294 ``smart`` indentation will insert whitespace at the beginning of new lines as 451 complexity and indentation level of that function. So, if you have a 666 (c-label-minimum-indentation . 0) 726 Some basic editor settings, such as indentation and line endings, will be [all …]
|
/linux-6.14.4/scripts/kconfig/tests/auto_submenu/ |
D | __init__.py | 7 deeper indentation.
|
/linux-6.14.4/drivers/staging/vc04_services/interface/ |
D | TODO | 27 indentation deep making it very unpleasant to read. This is specially relevant
|
/linux-6.14.4/Documentation/dev-tools/ |
D | checkpatch.rst | 650 Indentation and Line Breaks 656 spaces are never used for indentation. 658 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation 661 Indentation with 6 or more tabs usually indicate overly indented 664 It is suggested to refactor excessive indentation of 690 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#indentation
|
D | ktap.rst | 195 indentation is two spaces: " ". The indentation should begin at the version
|
/linux-6.14.4/tools/lib/bpf/ |
D | btf.h | 300 /* extra indentation level (in number of tabs) to emit for multi-line 303 * necessary indentation already 323 bool compact; /* no newlines/indentation */
|
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_gem_ttm_helper.c | 19 * @indent: Tab indentation level
|
/linux-6.14.4/include/drm/ |
D | drm_gem_shmem_helper.h | 157 * @indent: Tab indentation level
|
D | drm_gem_dma_helper.h | 68 * @indent: Tab indentation level
|
D | drm_print.h | 222 * drm_printf_indent - Print to a &drm_printer stream with indentation 224 * @indent: Tab indentation level (max 5)
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_guc_db_mgr.c | 255 * @indent: tab indentation level
|
D | xe_guc_id_mgr.c | 269 * @indent: tab indentation level
|
/linux-6.14.4/drivers/acpi/acpica/ |
D | exdebug.c | 23 * level - Indentation level (used for packages)
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | json_writer.c | 28 /* indentation for pretty print */
|
/linux-6.14.4/tools/bpf/bpftool/ |
D | json_writer.c | 28 /* indentation for pretty print */
|
/linux-6.14.4/Documentation/maintainer/ |
D | pull-requests.rst | 80 trivial formatting (the whole indentation and quoting etc), but
|
/linux-6.14.4/Documentation/driver-api/media/ |
D | maintainer-entry-profile.rst | 170 to less indentation, shorter variable or function names and last but not
|
/linux-6.14.4/Documentation/scsi/ |
D | ChangeLog.lpfc | 36 * Fixed a bunch of mixed tab/space indentation. 270 * Fixed some trailing whitespaces, spaces used for indentation and 432 indentation. 1767 * Many indentation/whitespace fixes. 1845 * Several small indentation cleanups.
|
/linux-6.14.4/Documentation/admin-guide/pm/ |
D | cpufreq_drivers.rst | 9 with the original white space formatting and indentation preserved, except for
|
/linux-6.14.4/Documentation/rust/ |
D | coding-guidelines.rst | 22 style is followed. For instance, 4 spaces are used for indentation rather
|
/linux-6.14.4/Documentation/kbuild/ |
D | kconfig-language.rst | 237 the indentation level, this means it ends at the first line which has 238 a smaller indentation than the first line of the help text.
|
123