1 Repo
Controls for adding or adjusting whitespace prefixes in files while excluding specific ranges.
Distinct from Indentation Settings: Focuses on the range-exclusion aspect of indentation rather than just the number of spaces or tabs.
Explore 1 awesome GitHub repository matching development tools & productivity · Range-Aware. Refine with filters or upvote what's useful.
magic-string is a low-level JavaScript library designed for compilers and bundlers to perform source code transformations. It serves as a string transformation utility and source map manipulation library that allows for modifying text while automatically tracking character offsets. The library enables the modification of source code strings through insertions, replacements, and removals without losing the relationship to original source positions. It specifically provides mechanisms to generate mapping files that link transformed output text back to original source file coordinates. Capabili
Adds or adjusts whitespace prefixes in text files while excluding specific ranges from the modification.