mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

This will enforce formatting when building the native code Change-Id: I6c047f4c0672609df322b7ba716fc786f0e3aab4 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
12 lines
282 B
YAML
12 lines
282 B
YAML
BasedOnStyle: LLVM
|
|
|
|
# Set column width to 120
|
|
ColumnLimit: 120
|
|
|
|
# Sorting include statements will put "windows.h" last and result in build error.
|
|
# To avoid unpredictable build errors, disable sorting.
|
|
SortIncludes: false
|
|
|
|
# Use 4 spaces as indentation
|
|
IndentWidth: 4
|
|
UseTab: Never
|