deno.land / std@0.224.0 / .editorconfig
123456789101112131415root = true
[*.{ts,js}]charset = utf-8end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = trueindent_style = spaceindent_size = 2
[*.yml]indent_style = spacetrim_trailing_whitespace = trueindent_size = 2
Version Info