Skip to content

Commit

Permalink
Update the editor line length for XML to 240 (Azure#14525)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Aug 27, 2020
1 parent 5d9dfda commit 8724e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ indent_size = 2
[*.xml]
indent_size = 2
continuation_indent_size = 4
max_line_length = 160
max_line_length = 240

# From https://maven.apache.org/developers/conventions/code.html
[*.java]
Expand Down
9 changes: 3 additions & 6 deletions sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@
<rules>
<bannedDependencies>
<includes>
<include>com.microsoft.azure:spring-cloud-azure-autoconfigure:[1.2.8-beta.1]
</include> <!-- {x-include-update;com.microsoft.azure:spring-cloud-azure-autoconfigure;current} -->
<include>com.microsoft.azure:spring-integration-servicebus:[1.2.8-beta.1]
</include> <!-- {x-include-update;com.microsoft.azure:spring-integration-servicebus;current} -->
<include>com.microsoft.azure:azure-servicebus:[3.4.0]
</include> <!-- {x-include-update;com.microsoft.azure:azure-servicebus;external_dependency} -->
<include>com.microsoft.azure:spring-cloud-azure-autoconfigure:[1.2.8-beta.1]</include> <!-- {x-include-update;com.microsoft.azure:spring-cloud-azure-autoconfigure;current} -->
<include>com.microsoft.azure:spring-integration-servicebus:[1.2.8-beta.1]</include> <!-- {x-include-update;com.microsoft.azure:spring-integration-servicebus;current} -->
<include>com.microsoft.azure:azure-servicebus:[3.4.0]</include> <!-- {x-include-update;com.microsoft.azure:azure-servicebus;external_dependency} -->
</includes>
</bannedDependencies>
</rules>
Expand Down

0 comments on commit 8724e1e

Please sign in to comment.