diff --git a/Formatting.yml b/Formatting.yml index 2d6c5dc..4d9800c 100644 --- a/Formatting.yml +++ b/Formatting.yml @@ -22,9 +22,21 @@ configuration: extendedIndentOfParameters: false extendedIndentBeforeDot: false + extendedIndentAfterOperators: false alignedParameters: true indentationSize: 4 +- name: BRACES_BLOCK_STRUCTURE_ERROR + enabled: true + configuration: + closeBraceNewline: false + +- name: EMPTY_BLOCK_STRUCTURE_ERROR + enabled: true + configuration: + allowEmptyBlocks: true + styleEmptyBlockWithNewline: false + - name: WRONG_NEWLINES enabled: false