mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Normalize .gyb files
- Follow LLVM conventions for emacs mode specification - Use local variables suffix to make the output read-only (at least on Emacs) - But drop the admonitions not to edit the generated files; line-directive mostly takes care of that problem now. Swift SVN r19381
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
%# -*- mode: swift -*-
|
||||
|
||||
%# Ignore the following admonition; it applies to the resulting .cpp file only
|
||||
//// Automatically Generated From UnicodeExtendedGraphemeClusters.cpp.gyb.
|
||||
//// Do Not Edit Directly!
|
||||
//===----------------------------------------------------------------------===//
|
||||
//===- UnicodeExtendedGraphemeClusters.cpp.gyb ------------------*- c++ -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
@@ -131,3 +126,6 @@ const uint16_t _swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl[]
|
||||
const uint16_t *_swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrix =
|
||||
_swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl;
|
||||
|
||||
// ${'Local Variables'}:
|
||||
// eval: (read-only-mode 1)
|
||||
// End:
|
||||
|
||||
Reference in New Issue
Block a user