Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 6ddff31

Browse files
authored
swift-format: permit non-ascii symbols in variables (#923)
We use nabla to represent the gradient.
1 parent f6a04ba commit 6ddff31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.swift-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"FileprivateAtFileScope" : true,
2525
"FullyIndirectEnum" : true,
2626
"GroupNumericLiterals" : true,
27-
"IdentifiersMustBeASCII" : true,
27+
"IdentifiersMustBeASCII" : false,
2828
"NeverForceUnwrap" : true,
2929
"NeverUseForceTry" : true,
3030
"NeverUseImplicitlyUnwrappedOptionals" : true,

0 commit comments

Comments
 (0)