Skip to content

Commit

Permalink
Add EditorConfig file denoting indentation style.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Jun 24, 2012
1 parent 84ae6d1 commit bc3a1c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org

root = true

[_*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = LF

0 comments on commit bc3a1c5

Please sign in to comment.