Skip to content

Instantly share code, notes, and snippets.

@CADbloke
Last active January 15, 2016 07:49
Show Gist options
  • Save CADbloke/6206b1d4084a88473689 to your computer and use it in GitHub Desktop.
Save CADbloke/6206b1d4084a88473689 to your computer and use it in GitHub Desktop.
ReBracer(https://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58) is awesome but it doesn't export any indent settings. It does, however, import them so here they are. Add these under `<ToolsOptionsCategory name="TextEditor">` and ReBracer will import them into your settings. See the FAQ at https://github.com/SLaks/Re…
<ToolsOptionsSubCategory name="Basic">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue> <!-- 0= Block 1= None 2= Smart https://msdn.microsoft.com/en-us/library/microsoft.visualstudio.package.indentingstyle.aspx -->
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="C/C++">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="CoffeeScript">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="CSharp">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="JavaScript">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="FSharp">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="C/C++">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="TypeScript">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="HTML">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="HTMLX">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="JSON">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="LESS">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="CSS">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="XML">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
<ToolsOptionsSubCategory name="XAML">
<PropertyValue name="IndentSize">4</PropertyValue>
<PropertyValue name="IndentStyle">2</PropertyValue>
<PropertyValue name="InsertTabs">false</PropertyValue>
<PropertyValue name="TabSize">4</PropertyValue>
<PropertyValue name="VirtualSpace">false</PropertyValue>
<PropertyValue name="WordWrap">true</PropertyValue>
</ToolsOptionsSubCategory>
@CADbloke
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment