MCPcopy Create free account
hub / github.com/kataras/iris / SetIndent

Method SetIndent

view/ace.go:21–24  ·  view source on GitHub ↗

SetIndent string used for indentation. Do NOT use tabs, only spaces characters. Defaults to minified response, no indentation.

(indent string)

Source from the content-addressed store, hash-verified

19// Do NOT use tabs, only spaces characters.
20// Defaults to minified response, no indentation.
21func (s *AceEngine) SetIndent(indent string) *AceEngine {
22 s.indent = indent
23 return s
24}
25
26// Ace returns a new Ace view engine.
27// It shares the same exactly logic with the

Callers 4

mainFunction · 0.80
applyIrisGlobalPatchesFunction · 0.80
mainFunction · 0.80
context.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected