diff options
Diffstat (limited to 'Timeline/ClientApp/.prettierrc.json')
-rw-r--r-- | Timeline/ClientApp/.prettierrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline/ClientApp/.prettierrc.json b/Timeline/ClientApp/.prettierrc.json index 30371183..6c70cb20 100644 --- a/Timeline/ClientApp/.prettierrc.json +++ b/Timeline/ClientApp/.prettierrc.json @@ -1,3 +1,4 @@ { - "printWidth": 140 + "printWidth": 140, + "singleQuote": true } |