mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
7 lines
214 B
C++
7 lines
214 B
C++
/*
|
|
* Do not delete this file. It will eventually become the new component
|
|
* library file DSN lexer which will replace the current library and library
|
|
* document file formats.
|
|
*/
|
|
#include <cmp_library_lexer.h>
|