mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-03-26 14:24:15 +00:00
11 lines
200 B
YAML
11 lines
200 B
YAML
{
|
|
'printWidth': 80,
|
|
'tabWidth': 2,
|
|
'useTabs': false,
|
|
'semi': true,
|
|
'singleQuote': true,
|
|
'trailingComma': 'all',
|
|
'bracketSpacing': true,
|
|
'arrowParens': 'always',
|
|
'endOfLine': 'lf',
|
|
}
|