Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #127 from caarlos0/xml
Browse files Browse the repository at this point in the history
fixed editorconfig for xml and java
  • Loading branch information
caarlos0 committed Jan 12, 2016
2 parents f55c377 + d6ac6c2 commit 7c5bdb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion editorconfig/editorconfig.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.xml]
indent_style = tab

[*.java]
indent_style = tab
indent_size = 4

0 comments on commit 7c5bdb7

Please sign in to comment.