mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
15 lines
318 B
Plaintext
15 lines
318 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": "auto"
|
|
}
|