diff options
author | William Carroll <wpcarro@gmail.com> | 2017-09-15T15·57-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-09-15T15·59-0400 |
commit | ed9c2cae0ca28bc2e8d64514f701cf00cf4035ec (patch) | |
tree | c15f40fcb88b8f4bdf183ce101e8151326aa3df3 /configs | |
parent | b349a62f332ef7a023e7ba5586aa85702a1f98c2 (diff) |
Lints slate.js
Diffstat (limited to 'configs')
-rw-r--r-- | configs/os_x/.slate.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/os_x/.slate.js b/configs/os_x/.slate.js index 13eba78c2741..0abbf7898e90 100644 --- a/configs/os_x/.slate.js +++ b/configs/os_x/.slate.js @@ -8,10 +8,10 @@ var modal_key = ":alt;shift"; // Configs S.cfga({ - "defaultToCurrentScreen" : true, - "secondsBetweenRepeat" : 0.1, - "checkDefaultsOnLoad" : true, - "focusCheckWidthMax" : 3000 + defaultToCurrentScreen: true, + secondsBetweenRepeat: 0.1, + checkDefaultsOnLoad: true, + focusCheckWidthMax: 3000, }); // Window size /position shortcuts |