0.5.2 • Published 4 years ago

@ms918/mrm-task-editorconfig v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@ms918/mrm-task-editorconfig

mrm task,用来创建.editorconfig

创建的默认.editorconfig如下

# editorconfig.org
root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false

默认

indent 默认为 2 个空格

用法

npm install -g @ms918/mrm-task-editorconfig
mrm @ms918/mrm-task-editorconfig
0.5.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago