computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
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.
23 lines
415 B
23 lines
415 B
# EditorConfig for the node-soap library - head over to editorconfig.org to see if you editor supports this file. |
|
|
|
# this is the topmost .editorconfig file |
|
root = true |
|
|
|
[*] |
|
end_of_line = lf |
|
insert_final_newline = true |
|
|
|
[*.xml] |
|
insert_final_newline = false |
|
|
|
[*.js] |
|
indent_style = space |
|
indent_size = 2 |
|
|
|
[*.json] |
|
indent_style = space |
|
indent_size = 2 |
|
|
|
[{package.json,.travis.yml}] |
|
indent_style = space |
|
indent_size = 2
|
|
|