-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cdsprettier.json
42 lines (42 loc) · 1.38 KB
/
.cdsprettier.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"alignAfterKey": true,
"alignAnnotations": true,
"alignPreAnnotations": true,
"alignPostAnnotations": true,
"alignColonsInAnnotations": true,
"alignValuesInAnnotations": true,
"alignActionsAndFunctions": true,
"alignActionNames": true,
"alignActionReturns": true,
"alignAs": true,
"alignAsInEntities": true,
"alignAsInSelectItems": true,
"alignAsInUsing": true,
"alignExpressionsAndConditions": true,
"alignExprAndCondWithinBlock": true,
"alignTypes": true,
"alignColonsBeforeTypes": true,
"alignEqualsAfterTypes": true,
"alignTypesWithinBlock": true,
"alignCompositionStructToRight": true,
"cqlKeywordCapitalization": "lower",
"keepPreAnnotationsInOriginalLine": "keepLine",
"keepPostAnnotationsInOriginalLine": "keepLine",
"keepEmptyBracketsTogether": true,
"keepSingleLinedBlocksTogether": true,
"keepOriginalEmptyLines": true,
"maxKeepEmptyLines": 2,
"openingBraceInNewLine": false,
"selectInNewLine": true,
"tabSize": 2,
"finalNewline": true,
"maxDocCommentLine": 60,
"whitespaceBeforeColon": true,
"whitespaceBeforeColonInAnnotation": false,
"whitespaceAfterColon": true,
"whitespaceAfterColonInAnnotation": true,
"whitespaceAfterComma": true,
"whitespaceAroundAlignedOps": true,
"whitespaceAroundBinaryOps": true,
"whitespaceWithinBrackets": false
}