MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / Setting

Class Setting

src/NppJsonViewer/Define.h:111–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109};
110
111struct 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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected