Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
// Incluimos las librerias necesarias | |
#include <iostream> | |
#include <string> | |
#include <array> | |
#include <vector> | |
#include <cstdlib> | |
#include <cstdint> | |
// ---------------------------------- |
AccessModifierOffset: -4 | |
AlignAfterOpenBracket: BlockIndent | |
AlignConsecutiveMacros: false | |
AlignConsecutiveAssignments: false | |
AlignConsecutiveDeclarations: false | |
AlignEscapedNewlines: DontAlign | |
AlignOperands: false | |
AlignTrailingComments: false | |
AllowAllArgumentsOnNextLine: false | |
AllowAllConstructorInitializersOnNextLine: false |
AccessModifierOffset: -2 | |
AlignAfterOpenBracket: BlockIndent # New in v14. For earlier clang-format versions, use AlwaysBreak instead. | |
AlignConsecutiveMacros: false | |
AlignConsecutiveAssignments: false | |
AlignConsecutiveDeclarations: false | |
AlignEscapedNewlines: DontAlign | |
AlignOperands: false | |
AlignTrailingComments: false | |
AllowAllArgumentsOnNextLine: false | |
AllowAllConstructorInitializersOnNextLine: false |
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"