From 5fa1952a2e582f2c428584c5ccc1800132559df0 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 5 Dec 2017 11:37:56 +0300 Subject: Version 0.1.0 --- .clang-format | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..419e545 --- /dev/null +++ b/.clang-format @@ -0,0 +1,22 @@ +--- +Language: Java + +AccessModifierOffset: 0 +AlignAfterOpenBracket: true +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: None +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false +BreakAfterJavaFieldAnnotations: true +BreakBeforeBinaryOperators: false +BreakBeforeBraces: Attach +ColumnLimit: 80 +IndentCaseLabels: true +IndentWidth: 2 +MaxEmptyLinesToKeep: 1 +SpaceBeforeAssignmentOperators: true +SpaceBeforeParens: ControlStatements +SpacesInAngles: false +SpacesInParentheses: false +TabWidth: 2 +UseTab: Never -- cgit v1.2.3