From 6ddff31ea965f1169b5611f3a0a22c95754949ad Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 1 May 2020 07:56:24 -0700 Subject: [PATCH] swift-format: permit non-ascii symbols in variables (#923) We use nabla to represent the gradient. --- .swift-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swift-format b/.swift-format index 423cc3eb6..ee0470b0a 100644 --- a/.swift-format +++ b/.swift-format @@ -24,7 +24,7 @@ "FileprivateAtFileScope" : true, "FullyIndirectEnum" : true, "GroupNumericLiterals" : true, - "IdentifiersMustBeASCII" : true, + "IdentifiersMustBeASCII" : false, "NeverForceUnwrap" : true, "NeverUseForceTry" : true, "NeverUseImplicitlyUnwrappedOptionals" : true,