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

Code formatter

Marija Popovic edited this page Nov 7, 2017 · 2 revisions

Auto Formatter for Sublime Text

Sublime Text is our preferred development environment. Please visit this page for instructions on how to install Sublime Text and set up autoformatting through the Clang Format package.

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