mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
Merge pull request #31 from desktop/fix-quotes
All the single quotes (all the single quotes)
This commit is contained in:
commit
dd3293f57e
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ export default class AppWindow {
|
|||
titleBarStyle: 'hidden',
|
||||
// This fixes subpixel aliasing on Windows
|
||||
// See https://github.com/atom/atom/commit/683bef5b9d133cb194b476938c77cc07fd05b972
|
||||
backgroundColor: "#fff"
|
||||
backgroundColor: '#fff'
|
||||
})
|
||||
|
||||
this.stats = stats
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
],
|
||||
"quotemark": [
|
||||
true,
|
||||
"singe"
|
||||
"single"
|
||||
],
|
||||
"semicolon": [
|
||||
false,
|
||||
|
|
Loading…
Reference in a new issue