[Home]EditingEmacsSource

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Showing revision 2
EditingEmcSource

Style conventions

A longish text can be found in emc2/src/CodingStyle? - see http://git.linuxcnc.org/gitweb?p=emc2.git;a=blob;f=src/CodingStyle;h=cefda34b2d9386697115781c4fdb526580446f2a;hb=02d9bfa0d7ff1e3feb586bf0c83ab64b5f0b3f3c

Editing with Emacs

I found the following settings in .emacs gives acceptable results (default indentation of 2 characters is unusable):

 (setq c-default-style
       '((other . "gnu")))
 (setq c-basic-offset 4)

Eclipse

I gave up on using Eclipse for source code editing - I didnt find a reasonable combination of settings which gives reproducible results

Others

Please add.


LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
This page is read-only. Follow the BasicSteps to edit pages. | View other revisions | View current revision
Edited January 6, 2011 12:31 am by MichaelHaberler (diff)
Search:
Published under a Creative Commons License