Skip to main content
Module

x/docx/.editorconfig

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Go to Latest
File
# Editor configuration, see http://editorconfig.orgroot = true
[*]charset = utf-8indent_style = spaceindent_size = 4insert_final_newline = truetrim_trailing_whitespace = trueend_of_line = lf
[*.md]max_line_length = offtrim_trailing_whitespace = false