Skip to content

Commit

Permalink
[INTERNAL] Set EditorConfig "tab_width" to improve GitHub display
Browse files Browse the repository at this point in the history
Closes: #1193
Change-Id: I9208e5d24ea53a95e8e8d83bc1a2556fe17d6c04
  • Loading branch information
Hirse authored and matz3 committed Jun 23, 2017
1 parent 9dbd099 commit 397fb0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ charset = utf-8
[*.{css,html,java,js,json,less,txt}]
trim_trailing_whitespace = true
end_of_line = lf
tab_width = 4

[pom.xml]
trim_trailing_whitespace = true
Expand All @@ -19,4 +20,4 @@ indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false

0 comments on commit 397fb0d

Please sign in to comment.