mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
12 lines
300 B
C++
12 lines
300 B
C++
#ifndef FILE_CONSTANTS_H_M6UXWBQX
|
|
#define FILE_CONSTANTS_H_M6UXWBQX
|
|
|
|
extern std::string const kLF;
|
|
extern std::string const kCR;
|
|
extern std::string const kCRLF;
|
|
extern std::string const kMIX;
|
|
|
|
extern std::string const kFileTypePlainText;
|
|
|
|
#endif /* end of include guard: FILE_CONSTANTS_H_M6UXWBQX */
|