mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 09:23:51 +00:00
chore: add line end to prettier (#548)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"semi": true,
|
||||
"endOfLine": "lf",
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2
|
||||
"printWidth": 120
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user