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

Commit 2cf319c

Browse files
committed
Temporarily hidden autoFormatting check box.
1 parent d8c7c08 commit 2cf319c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/AddIns/BackendBindings/CSharpBinding/Project/Src/OptionPanels/CSharpFormattingEditor.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@
303303
Name="autoFormattingCheckBox"
304304
Content="Automatically format code"
305305
IsThreeState="True" IsChecked="{Binding AutoFormatting}"
306-
Margin="0,0,0,10"/>
306+
Margin="0,0,0,10"
307+
Visibility="Collapsed"/>
307308
<Grid
308309
Visibility="{Binding Path=AllowPresets, Converter={StaticResource boolToVisibilityConverter}}">
309310
<Grid.ColumnDefinitions>

0 commit comments

Comments
 (0)