mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-11 11:43:10 +07:00
6e71c855c9
Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
{
|
|
"printWidth": 140,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf"
|
|
}
|