Skip to main content
Module

x/denoexec/.editorconfig

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Go to Latest
File
root = true
[*]charset = utf-8end_of_line = lfinsert_final_newline = trueindent_style = spaceindent_size = 2trim_trailing_whitespace = true
[*.md]trim_trailing_whitespace = false