Lines Matching refs:indentation
232 Only spaces can be used for indentation. Four spaces are indented each time. Do not use the Tab cha…
234 …ic conversion of a Tab input to four spaces. Configure your IDE to support indentation with spaces.
237 ### Rule 3.3.1 Use the K&R indentation style.
246 …e is placed at the end of the line along with the statement, and one space is used for indentation.
264 - Most modern IDEs have an automatic code indentation, alignment and display. Placing the brace at …
299 …ramName4, ArgType paramName5) // Good: After the line break, 4 spaces are used for indentation.
305 …e paramName2, ArgType paramName3) // Good: After the line break, 4 spaces are used for indentation.
326 … // Good: Parameters are wrapped. After the line break, 4 spaces are used for indentation.
329 …mName2, paramName3); // After the line break, 4 spaces are used for indentation.
402 The indentation style of the switch statement is as follows:
778 …nitialization list must be on the same line or wrapped and aligned with four spaces of indentation.
796 someVar(var), // Four spaces of indentation.