MCPcopy Index your code
hub / github.com/zxlie/FeHelper / outdent

Function outdent

apps/code-beautify/content-script.js:46–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 let indentLevel = 0;
45 let indent = () => { indentLevel++; indentString += singleIndent; };
46 let outdent = () => { indentLevel--; indentString = indentString.slice(0, -indentSize); };
47
48 let output = [];
49 let print = {};

Callers 1

cssBeautifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected