Update Formatting.yml

This commit is contained in:
Username404 2021-06-19 14:33:57 +02:00
parent 4b8b945f28
commit 4ce4e79287
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 12 additions and 0 deletions

View File

@ -22,9 +22,21 @@
configuration: configuration:
extendedIndentOfParameters: false extendedIndentOfParameters: false
extendedIndentBeforeDot: false extendedIndentBeforeDot: false
extendedIndentAfterOperators: false
alignedParameters: true alignedParameters: true
indentationSize: 4 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 - name: WRONG_NEWLINES
enabled: false enabled: false