Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/.editorconfig

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
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