/ .indent.pro
.indent.pro
 1  // SPDX-FileCopyrightText: 2026 Le'Core collective
 2  //
 3  // SPDX-License-Identifier: LGPL-3.0-or-later
 4  
 5  // K&R is a good starting point
 6  -kr
 7  // ... but we intent by 2 spaces, not 4, and no tabs are allowed
 8  -i2 -ci2 -nut
 9  // ... and we use a line length of 80
10  -l80
11  // Indent pre-processor directives by 1 space
12  -ppi1
13  // No space after cast
14  -ncs