mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 22:30:13 +00:00
e637637ae4
The initial commit of the Parallel STL upstream (under LLVM umbrella) based on Parallel STL 20181204 open source release, which is available by https://github.com/intel/parallelstl Author: Mikhail Dvorskiy <mikhail.dvorskiy@intel.com> Differential Revision: https://reviews.llvm.org/D55889 llvm-svn: 349653
18 lines
341 B
YAML
18 lines
341 B
YAML
BasedOnStyle: LLVM
|
|
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
|
|
IndentWidth: 4
|
|
ColumnLimit: 120
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AlwaysBreakAfterReturnType: All
|
|
PointerAlignment: Left
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BreakBeforeBraces: Allman
|
|
|
|
# Disable formatting options which may break tests.
|
|
SortIncludes: false
|
|
ReflowComments: false
|