UNPKG

smart-column-indenter

Version:

A smart source code indenter that indent the code into columns

6 lines (4 loc) 135 B
export default interface IndenterConfig { languageExtensionsMap: { [language: string]: Extensions } } type Extensions = string[];