Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.dir-locals.el « http-signature « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bc9235f2556235596bd1c0300d6230b67175e7e (plain)
1
2
3
4
5
6
((nil . ((indent-tabs-mode . nil)
         (tab-width . 8)
         (fill-column . 80)))
 (js-mode . ((js-indent-level . 2)
             (indent-tabs-mode . nil)
             )))