This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Created by thisismyemm4 on 13/04/23. | |
// | |
#include <bits/stdc++.h> | |
// ββββββββββββββββββββββββββββββββββββ¦ββββββββ | |
// ββββ£ββββββββββββββββββββββββββββββββββββββββ | |
// ββββ£βββ¦β¦βββ¦β¦βββ¦βββ¦ββββ£ββββ¦βββ¦βββ£βββββββββ βββ¦βββ | |
// βββββββ β£βββ¬β£βββ£βββββββββββ£βββββββββββββββ βββ£βββ£ | |
// ββββ£ββββ ββββ ββββββββββββββ£ββββββββββββββββββ βββ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
BasedOnStyle: Microsoft | |
AlignAfterOpenBracket: Align | |
AlignConsecutiveMacros: "true" | |
AlignConsecutiveAssignments: "true" | |
AlignConsecutiveDeclarations: "true" | |
AlignEscapedNewlines: Left | |
AlignOperands: "true" | |
AlignTrailingComments: "true" | |
AllowAllArgumentsOnNextLine: "true" |