Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Code formatter

Simon Lynen edited this page Feb 23, 2014 · 2 revisions

##Auto Formatter for Eclipse

  1. Download the style sheet to some location
  2. Start Eclipse
  3. Select Window->Preferences->C/C++->Code Style->Formatter
  4. Click Import...
  5. Select eclipse_style.xml from the location used in step 1
  6. Click OK

##Auto Formatter for Emacs

  1. Download the style sheet to some location
  2. Add the file to your emacs path

##Modelines kate: replace-tabs off; tab-width 4; indent-width 4; tab-indents true; indent-mode normal vim: ts=4:sw=4:noexpandtab

Clone this wiki locally