deno.land / x / ramda@v0.27.2 / .editorconfig
1234567891011121314151617181920212223# editorconfig.org
root = true
[*]charset = utf-8end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true
[*.js]indent_style = spaceindent_size = 2max_line_length = 100
[*.json]indent_style = spaceindent_size = 2
[*.md]# Two trailing spaces => newline in GitHub-flavored markdowntrim_trailing_whitespace = false
Version Info