Skip to main content
Module

x/ramda/.editorconfig

:ram: Practical functional Javascript
Latest
File
# 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