Переглянути джерело

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>
Ian Jackson 12 роки тому
джерело
коміт
a873541ef6
1 змінених файлів з 2 додано та 0 видалено
  1. 2
    0
      Marlin/Marlin.pde

+ 2
- 0
Marlin/Marlin.pde Переглянути файл

@@ -1,3 +1,5 @@
1
+/* -*- c++ -*- */
2
+
1 3
 /*
2 4
     Reprap firmware based on Sprinter and grbl.
3 5
  Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm

Завантаження…
Відмінити
Зберегти