mirror of
https://github.com/zhigang1992/yarn.git
synced 2026-04-29 17:55:03 +08:00
* test IGNORE ME * Update npm-registry to inject env vars into npm configuration the same way npm does * Add type annotation to config object iteration * Update envReplace function * Move env-replace function to a separate util module. Add unit tests * Correct the env-replace tests * Updates per @kittens' comments
13 lines
163 B
INI
13 lines
163 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|
|
|
|
[*.{js,json}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|