mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 08:34:15 +03:00
16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
{
|
|
"useTabs": false,
|
|
"printWidth": 120,
|
|
"tabWidth": 4,
|
|
"trailingComma": "es5",
|
|
"jsxBracketSameLine": false,
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"phpVersion": "7.1",
|
|
"braceStyle": "1tbs",
|
|
"endOfLine": "lf",
|
|
"plugins": ["@prettier/plugin-php"]
|
|
}
|