mirror of
https://github.com/mariadb-corporation/mariadb-connector-nodejs.git
synced 2025-07-23 00:47:17 +00:00
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"endOfLine": "lf"
|
|
}
|