Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit ff6ac4c

Browse files
committed
Disable auto-formatting by default.
1 parent 2f67a53 commit ff6ac4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AddIns/BackendBindings/CSharpBinding/Project/Src/FormattingStrategy/CSharpFormattingOptionsPersistence.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static void Initialize()
7474
public static bool AutoFormatting
7575
{
7676
get {
77-
return SD.PropertyService.Get("CSharpBinding.Formatting.AutoFormatting", true);
77+
return SD.PropertyService.Get("CSharpBinding.Formatting.AutoFormatting", false);
7878
}
7979
set {
8080
SD.PropertyService.Set("CSharpBinding.Formatting.AutoFormatting", value);

0 commit comments

Comments
 (0)