File: .dir-locals.el

package info (click to toggle)
python-rapidjson 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,368 kB
  • sloc: cpp: 3,332; python: 1,990; makefile: 106
file content (7 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
((nil . ((esk/project-name . "python-rapidjson")
         (esk/project-license . "MIT License")
         (fill-column . 90)
         ;; force reinstall of whitespace font-lock customization
         (eval . (if (functionp 'whitespace-color-on)
                     (whitespace-color-on)))))
 (c++-mode . ((eval . (c-set-style "stroustrup")))))