mirror of
https://github.com/rekryt/iplist.git
synced 2025-08-06 11:14:36 +02:00
15 lines
357 B
Text
15 lines
357 B
Text
{
|
|
"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"]
|
|
}
|