powerquery-formatter/.prettierrc

8 строки
126 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2020-05-04 10:42:55 +03:00
{
"arrowParens": "avoid",
"endOfLine": "auto",
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "all"
}