From ee8ef3540812cdfa9009ff2947f8bded1ee71228 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 8 Sep 2011 22:20:59 +0200 Subject: Add a modeline // vim: set ts=2 et sw=2 textwidth=80: Fixes #116 --- lib/prompts.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/prompts.js') diff --git a/lib/prompts.js b/lib/prompts.js index 18edaaf..aed8e63 100644 --- a/lib/prompts.js +++ b/lib/prompts.js @@ -117,3 +117,5 @@ exports.promptFileOpenPicker = function promptFilePicker(win) { } return null; }; + +//vim: set ts=2 et sw=2 textwidth=80: -- cgit