Skip to main content
Module

x/deno/.editorconfig

A modern runtime for JavaScript and TypeScript.
Go to Latest
File
root = true
[*]end_of_line = lfinsert_final_newline = trueindent_style = spaceindent_size = 2charset = utf-8trim_trailing_whitespace = true
[*.out] # make editor neutral to .out filesinsert_final_newline = falsetrim_trailing_whitespace = false
[*.py]indent_size = 4