Added Emacs code formatting instructions.

This commit is contained in:
Ulrich Germann 2015-08-09 20:58:13 +01:00
parent e24cd5186f
commit a7ee9d2e3d
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// -*- mode: c++; indent-tabs-mode: nil; tab-width:2 -*-
#include "Translator.h"
#include "TranslationRequest.h"
#include "Server.h"

View File

@ -1,3 +1,4 @@
// -*- mode: c++; indent-tabs-mode: nil; tab-width:2 -*-
#include "Updater.h"
namespace MosesServer