Skip to content

Commit

Permalink
[github] change tab size to 4 spaces
Browse files Browse the repository at this point in the history
The default tab size on GitHub is 8 spaces. This change decreases the
tab size to 4. I think this will make reviewing of code on GitHub
much easier.

This commit also introduces sensible defaults for editors which respect
the ".editorconfig" file standard.

This closes apache#1404.
  • Loading branch information
mxm committed Nov 25, 2015
1 parent 2c507f9 commit 6216acf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = tab
indent_size = 4
charset = utf-8
end_of_line = lf
insert_final_newline = true

0 comments on commit 6216acf

Please sign in to comment.