Skip to main content
Module

x/denox/.editorconfig

Script runner and workspace configuration for Deno
Latest
File
# See http://editorconfig.org/# EditorConfig helps developers define and maintain consistent coding styles# between different editors and IDEs. The EditorConfig project consists of a# file format for defining coding styles and a collection of text editor plugins# that enable editors to read the file format and adhere to defined styles.# EditorConfig files are easily readable and they work nicely with version# control systems.
root = true
[*]indent_style = spaceindent_size = 2end_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true
[*.md]trim_trailing_whitespace = false