diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-05-18 08:55:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 08:55:56 +0200 |
| commit | d255e5637b45a05d7a3b01d261affdcfc120b653 (patch) | |
| tree | e144ffbe185f6981d7321fafcf8855343fd51923 /.dir-locals.el | |
| parent | da2b0562d43a96c1506659b0892245934f3ecf4d (diff) | |
| parent | 66c84827258271d7dd635da0e0bc983afabd3ca4 (diff) | |
Merge pull request #81 from return42/csp-bar-graph
[fix] make /stats more CSP compliant
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 970199b42..6daf66591 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -49,6 +49,10 @@ ((nil . ((fill-column . 80) + (indent-tabs-mode . nil) + )) + (makefile-gmake-mode + . ((indent-tabs-mode . t) )) (python-mode . ((indent-tabs-mode . nil) |