diff options
author | Andrey Khalyavin <halyavin@gmail.com> | 2022-02-10 16:46:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:29 +0300 |
commit | f773626848a7c7456803654292e716b83d69cc12 (patch) | |
tree | db052dfcf9134f492bdbb962cb6c16cea58e1ed3 /contrib/libs/cxxsupp/libcxx/.clang-format | |
parent | f43ab775d197d300eb67bd4497632b909cd7c2a5 (diff) | |
download | ydb-f773626848a7c7456803654292e716b83d69cc12.tar.gz |
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/.clang-format')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/.clang-format | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/.clang-format b/contrib/libs/cxxsupp/libcxx/.clang-format index 4598f60a00..98dc9f06c4 100644 --- a/contrib/libs/cxxsupp/libcxx/.clang-format +++ b/contrib/libs/cxxsupp/libcxx/.clang-format @@ -1,19 +1,19 @@ -BasedOnStyle: LLVM - ---- -Language: Cpp -Standard: Cpp03 - -AlwaysBreakTemplateDeclarations: true -PointerAlignment: Left - -# Disable formatting options which may break tests. -SortIncludes: false -ReflowComments: false - -# libc++'s preferred indentions of preprocessor statements. -IndentPPDirectives: AfterHash - -# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting -ColumnLimit: 120 ---- +BasedOnStyle: LLVM + +--- +Language: Cpp +Standard: Cpp03 + +AlwaysBreakTemplateDeclarations: true +PointerAlignment: Left + +# Disable formatting options which may break tests. +SortIncludes: false +ReflowComments: false + +# libc++'s preferred indentions of preprocessor statements. +IndentPPDirectives: AfterHash + +# libc++ has some long names so we need more than the 80 column limit imposed by LLVM style, for sensible formatting +ColumnLimit: 120 +--- |