ΒΆclang::format::FormatStyle getLLVMStyle(
    FormatStyle::LanguageKind Language =
        FormatStyle::LanguageKind::LK_Cpp)

Description

Returns a format style complying with the LLVM coding standards: http://llvm.org/docs/CodingStandards.html.

Declared at: clang/include/clang/Format/Format.h:4039

Parameters

FormatStyle::LanguageKind Language = FormatStyle::LanguageKind::LK_Cpp