Skip to content

Commit

Permalink
added .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
quickapps committed Mar 3, 2015
1 parent ef3bab6 commit 7d9f9b1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
; 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 = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.bat]
end_of_line = crlf

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit 7d9f9b1

Please sign in to comment.