Add curl_template

This commit is contained in:
folex
2021-02-26 00:18:07 +03:00
parent e489bf1673
commit cf3c18490a
28 changed files with 19482 additions and 0 deletions

View File

@ -0,0 +1,8 @@
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false
};