This website requires JavaScript.
Explore
Help
Register
Sign in
procyberian
/
gimp
Watch
2
Star
0
Fork
You've already forked gimp
0
mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced
2025-07-03 09:23:24 +00:00
Code
Issues
1
Projects
1
Releases
Packages
Wiki
Activity
Actions
451f0b5c78
gimp
/
.dir-locals.el
4 lines
108 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
Bug 770123 - Add emacs locale settings for GNU coding style. Taken from: https://gcc.gnu.org/wiki/FormattingCodeForGCC I assumed it is upstream enough, but since I don't use emacs, I have not tested and just hope it is good. Do not hesitate to commit better emacs settings to follow our coding style!
2016-08-23 18:11:53 +02:00
(
(
c-mode
.
(
(
c-file-style
.
"
GNU
"
)
(
c-basic-offset
.
2
)
.dir-locals.el: fixing (hopefully) the emacs config file. Not tested, but I am told that should fix the warning asking for input at each buffer opening. Thanks to Roman Lebedev for the fix.
2016-08-24 16:03:20 +02:00
(
indent-tabs-mode
.
nil
)
)
)
)
Reference in a new issue
Copy permalink