summaryrefslogtreecommitdiff
path: root/src/corefx/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'src/corefx/.clang-format')
-rw-r--r--src/corefx/.clang-format18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/corefx/.clang-format b/src/corefx/.clang-format
new file mode 100644
index 0000000000..64f593eede
--- /dev/null
+++ b/src/corefx/.clang-format
@@ -0,0 +1,18 @@
+---
+Language: Cpp
+# BasedOnStyle: LLVM
+AlignEscapedNewlinesLeft: false
+AlignAfterOpenBracket: true
+AllowShortFunctionsOnASingleLine: false
+AlwaysBreakTemplateDeclarations: true
+BinPackArguments: false
+BinPackParameters: false
+BreakBeforeBraces: Allman
+ColumnLimit: 120
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
+IndentCaseLabels: true
+IndentWidth: 4
+PointerAlignment: Left
+TabWidth: 4
+...
+