| 109 | }; |
| 110 | |
| 111 | struct Setting |
| 112 | { |
| 113 | LineEnding lineEnding = LineEnding::AUTO; |
| 114 | LineFormat lineFormat = LineFormat::DEFAULT; |
| 115 | Indent indent {}; |
| 116 | bool bFollowCurrentTab = false; |
| 117 | bool bAutoFormat = false; |
| 118 | bool bUseJsonHighlight = true; |
| 119 | ParseOptions parseOptions {}; |
| 120 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected