Skip to content

Commit b75ec5a

Browse files
authored
Merge pull request #3 from steppi/copy-over-3
ENH: migrate xsf headers from scipy repo to xsf repo, attempt 2
2 parents e9e1d31 + 07e749e commit b75ec5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+44781
-0
lines changed

include/xsf/.clang-format

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
BasedOnStyle: LLVM
2+
Standard: Cpp11
3+
UseTab: Never
4+
IndentWidth: 4
5+
BreakBeforeBraces: Attach
6+
Cpp11BracedListStyle: true
7+
NamespaceIndentation: Inner
8+
AlwaysBreakTemplateDeclarations: true
9+
SpaceAfterCStyleCast: true
10+
ColumnLimit: 120
11+
InsertNewlineAtEOF: true
12+
AlignAfterOpenBracket: BlockIndent

0 commit comments

Comments
 (0)