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

x/helix/.editorconfig

Helix is a simple wrapper for NPM commands written in Deno
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