og-northstar-launcher/.clang-format

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
289 B
Text
Raw Normal View History

2022-03-26 01:01:08 +01:00
Language: Cpp
Standard: Auto
IndentWidth: 4
TabWidth: 4
UseCRLF: false
SpacesInSquareBrackets: false
SpacesInParentheses: false
UseTab: Always
ColumnLimit: 140
BreakBeforeBraces: Allman
AlignAfterOpenBracket: AlwaysBreak
IndentExternBlock: Indent
PointerAlignment: Left
SortIncludes: false