-
Notifications
You must be signed in to change notification settings - Fork 0
/
feng_format_preset.xml
62 lines (62 loc) · 1.64 KB
/
feng_format_preset.xml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<ExportedSourceFormatPresets>
<SourceFormatPresets
CurrentName="feng"
>
<PresetList>
<Preset
Name="feng"
IndentWithTabs="1"
IndentWidth="4"
IndentOpenBrace="0"
IndentCloseBrace="0"
ExtraIndentBody="0"
OuterBraceFarLeft="1"
WrapLines="1"
WrapColumn="120"
TrimExtraSpaces="1"
SpaceAfterFunctionName="0"
SpaceAfterIfWhileFor="0"
SpaceBetweenFunctionParameters="1"
SpaceAroundOperators="1"
SpaceInsideParentheses="1"
BlankLineBeforeIfWhileFor="1"
IfWhileForOnNewLines="1"
ElseIfOnSameLine="1"
AddBracesAroundSingleBody="0"
OpenBraceOnNewLine="1"
SingleBodyStatementOnNextLine="0"
PreserveBlankLines="1"
BlankLinesBetweenFunctions="1"
BlankLineAfterCurlyBlock="0"
BlankLineAboveLabel="0"
BlankLineBelowLabel="0"
IndentClassMembers="1"
LineAboveClassLabels="0"
LineBelowClassLabels="0"
BlankLineAboveComments="0"
PreserveBlankLinesInComments="0"
PreserveCommentFormatting="1"
AlignRightComments="1"
AlignRightCommentsCol="52"
AlignMacro="1"
AlignMacroCol="8"
AlignMacroValue="1"
AlignMacroValueCol="32"
AlignMacroContinue="1"
AlignMacroContinueCol="72"
AlignAssignment="0"
AlignAssignmentCol="20"
AlignFields="1"
AlignFieldsCol="16"
AlignBitFields="1"
AlignBitFieldsCol="32"
AlignVariables="0"
AlignVariablesCol="16"
LabelIndentType="LeftEdge"
ClassLabelIndentType="Flush"
IndentNamespace="0"
/>
</PresetList>
</SourceFormatPresets>
</ExportedSourceFormatPresets>