Update Formatting.yml
This commit is contained in:
parent
4b8b945f28
commit
4ce4e79287
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue