Skip to content

Commit

Permalink
swift-format: permit non-ascii symbols in variables (tensorflow#923)
Browse files Browse the repository at this point in the history
We use nabla to represent the gradient.
  • Loading branch information
compnerd authored May 1, 2020
1 parent f6a04ba commit 6ddff31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .swift-format
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"FileprivateAtFileScope" : true,
"FullyIndirectEnum" : true,
"GroupNumericLiterals" : true,
"IdentifiersMustBeASCII" : true,
"IdentifiersMustBeASCII" : false,
"NeverForceUnwrap" : true,
"NeverUseForceTry" : true,
"NeverUseImplicitlyUnwrappedOptionals" : true,
Expand Down

0 comments on commit 6ddff31

Please sign in to comment.