Updated Emacs code formatting instructions.

This commit is contained in:
Ulrich Germann 2015-08-09 20:50:06 +01:00
parent 1d38ca9177
commit 5f81db9745
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// -*- c++ -*-
// -*- mode: c++; indent-tabs-mode: nil; tab-width:2 -*-
#pragma once
#include <string>

View File

@ -1,6 +1,5 @@
// -*- c++ -*-
// -*- mode: c++; indent-tabs-mode: nil; tab-width:2 -*-
#pragma once
#include <vector>
#include <string>
@ -12,7 +11,6 @@
#include "moses/WordsBitmap.h"
#include "moses/TranslationOption.h"
#include "moses/FF/FFState.h"
#include "ReorderingStack.h"
namespace Moses