diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-09-16 17:29:21 +0100 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-09-16 17:29:21 +0100 |
commit | 8c0ce09205ecc28073468b55964f4433f16e3a65 (patch) | |
tree | 89d480a5360ccc66c4ead24674d93490c2b24332 | |
parent | 07e76e3a8e2738dbb7a1d5a6aeaa908a838f5a02 (diff) | |
download | NorthstarLauncher-8c0ce09205ecc28073468b55964f4433f16e3a65.tar.gz NorthstarLauncher-8c0ce09205ecc28073468b55964f4433f16e3a65.zip |
use tabs for only indentation
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 0c08cabd..8a706c32 100644 --- a/.clang-format +++ b/.clang-format @@ -26,7 +26,7 @@ SpaceBeforeCtorInitializerColon: true SpaceBeforeInheritanceColon: true SpaceBeforeParens: ControlStatements SpaceBeforeRangeBasedForLoopColon: true -UseTab: Always +UseTab: ForIndentation ColumnLimit: 140 BreakBeforeBraces: Allman AlignAfterOpenBracket: AlwaysBreak |