VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/.dir-locals.el@ 108198

Last change on this file since 108198 was 103996, checked in by vboxsync, 14 months ago

Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606

  • Property svn:eol-style set to native
File size: 496 bytes
Line 
1((nil . ((show-trailing-whitespace . t)))
2 (prog-mode
3 (indent-tabs-mode . nil)
4 (tab-width . 8)
5 (c-basic-offset . 3)
6 (c-file-style . "stroustrup")
7 (fill-column . 78)
8 (eval . (progn
9 (c-set-offset 'case-label '0)
10 (c-set-offset 'innamespace '0)
11 (c-set-offset 'inline-open '0)))
12 (whitespace-style face indentation)
13 (whitespace-line-column . 79)
14 (eval ignore-errors
15 (require 'whitespace)
16 (whitespace-mode 1)))
17 (makefile-mode (indent-tabs-mode . t))
18 )
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette