You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
root = true
[*]indent_style = spaceindent_size = 2end_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = truemax_line_length = 200
[*.js]block_comment_start = /*block_comment = *block_comment_end = */
[*.yml]indent_size = 1
[package.json]indent_style = tab
[lib/core.json]indent_style = tab
[CHANGELOG.md]indent_style = spaceindent_size = 2
[{*.json,Makefile}]max_line_length = off
[test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]indent_style = offindent_size = offmax_line_length = offinsert_final_newline = off
|