Skip to main content
Module

x/class_transformer/.editorconfig

Deno port of class-transformer
Latest
File
# Editor configuration, see http://editorconfig.orgroot = true
[*]charset = utf-8indent_style = spaceindent_size = 2insert_final_newline = truetrim_trailing_whitespace = true
[*.json]indent_size = 2