Skip to main content
Module

std/.editorconfig

Deno standard library
Go to Latest
File
root = 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