diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-11 17:06:20 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-11 17:06:20 +0100 |
commit | 59d902df725c2d6a1b7cad016326ca51316b937f (patch) | |
tree | eae43bbc5d3faf3799fe242f1648115e17a9df67 /.clang-format | |
parent | clang-format chromium test (diff) | |
download | threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.gz threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.bz2 threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.xz threshold-59d902df725c2d6a1b7cad016326ca51316b937f.tar.zst threshold-59d902df725c2d6a1b7cad016326ca51316b937f.zip |
clang format blind letsgo !
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 9ece3d6..0cd8217 100644 --- a/.clang-format +++ b/.clang-format @@ -105,7 +105,7 @@ IndentGotoLabels: true IndentPPDirectives: None IndentExternBlock: AfterExternBlock IndentRequires: false -IndentWidth: 2 +IndentWidth: 4 IndentWrappedFunctionNames: false InsertTrailingCommas: None JavaScriptQuotes: Leave |