@erkoware/prettier-config
v0.2.0
Published
Default format rules
Downloads
36
Readme
erkoware Formatting Rules
This package contains the formatting rules used by erkoware.
Usage
Prettier
In your .prettierrc
file, add the following line:
"@erkoware/prettier-config"
.editorconfig
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 4
max_line_length = 120