mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Another preposition splitting option: directional prepositions.
Swift SVN r15297
This commit is contained in:
@@ -31,7 +31,9 @@ namespace swift {
|
||||
/// Split before the last preposition.
|
||||
BeforePreposition,
|
||||
/// Split after the last preposition.
|
||||
AfterPreposition
|
||||
AfterPreposition,
|
||||
/// Split before directional prepositions, after other prepositions.
|
||||
DirectionalPreposition,
|
||||
};
|
||||
|
||||
/// \brief A collection of options that affect the language dialect and
|
||||
|
||||
Reference in New Issue
Block a user