mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-14 04:39:54 +00:00
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|