From a873541ef6b23100dc6dec15e6195e87cef6fce5 Mon Sep 17 00:00:00 2001
From: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Wed, 8 Aug 2012 17:56:39 +0100
Subject: [PATCH] Marlin.pde: include comment for emacs mode

Emacs by default doesn't recognise a ".pde" file as C++ source code.
Add the annotation to the top of the file to make it work.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
---
 Marlin/Marlin.pde | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Marlin/Marlin.pde b/Marlin/Marlin.pde
index 73f1f4126b..f38920b44c 100644
--- a/Marlin/Marlin.pde
+++ b/Marlin/Marlin.pde
@@ -1,3 +1,5 @@
+/* -*- c++ -*- */
+
 /*
     Reprap firmware based on Sprinter and grbl.
  Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
-- 
GitLab