Readable Indent VS Code ExtensionIndents imports, KVPs (like object literals) with a pivot character sequence, padding whitespace for easy scanability. FeaturesSimple indentation will make your code easier to visually scan. This extension will indent four common patterns on a pivot character sequence: Support for user-configured custom sequences will be added in a future release. When applying readable-indent, use the pattern that makes the code snippet most readable: Left-justified readable-indentLeft-justified, alphabetized readable-indentCenter-justified readable-indentCenter-justified, alphabetized readable-indentUsage
VS Code ConfigurationMinimum Whitespace Before Pivot (Left-justfied Indent only)Readable Indent adds a simple configuration to set a minimum whitespace gap from the start of the
With a setting of
Known IssuesObviously this indentation is conflicted with OOTB rules for Release Notes |