Lines Matching refs:indentation
389 Only spaces can be used for indentation. Four spaces are indented each time. Do not use the Tab cha…
391 …sion of a Tab input to fours spaces. Configure your code editor to support indentation with spaces.
395 ### Rule 2.3 Use the K\&R indentation style.
406 …e is placed at the end of the line along with the statement, and one space is used for indentation.
445 …paramName3, ArgType paramName4, ArgType paramName5) // Good: 4 spaces are used for indentation.
451 …ype paramName1, ArgType paramName2, ArgType paramName3) // Good: 4 spaces are used for indentation.
475 …paramName3, paramName4, paramName5); // Good: 4 spaces are used for indentation.
478 paramName1, paramName2, paramName3); // 4 spaces are used for indentation.
564 Use the following indentation style for the `switch` statement:
659 ### Rule 2.11 Use indentation or make a reasonable alignment for a new line.
661 For the struct or array initialization, use 4 spaces for indentation if a line break is made.