BasedOnStyle: Google IndentWidth: 4 NamespaceIndentation: All IndentAccessModifiers: false ColumnLimit: 0 # Sin limite de longitud de linea BreakBeforeBraces: Attach # Llaves en la misma linea AllowShortIfStatementsOnASingleLine: true AllowShortBlocksOnASingleLine: true AllowShortFunctionsOnASingleLine: All AlignOperands: DontAlign AlignAfterOpenBracket: DontAlign BinPackArguments: false BinPackParameters: false ContinuationIndentWidth: 4 ConstructorInitializerIndentWidth: 4 IndentWrappedFunctionNames: false Cpp11BracedListStyle: true BreakConstructorInitializers: BeforeColon AllowAllConstructorInitializersOnNextLine: false PackConstructorInitializers: Never AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false