# yaml-language-server: $schema=https://json.schemastore.org/clang-format.json --- BasedOnStyle: LLVM DerivePointerAlignment: false IndentWidth: 4 PointerAlignment: Left TabWidth: 4 UseTab: Always AllowShortIfStatementsOnASingleLine: AllIfsAndElse AllowShortLoopsOnASingleLine: true ColumnLimit: 120 AllowShortBlocksOnASingleLine: Always AllowShortFunctionsOnASingleLine: All