Skip to content

Commit

Permalink
added general settings and xml handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jan 9, 2014
1 parent 4ca2cf3 commit 2414b28
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .editorconfig
@@ -1,10 +1,15 @@
; https://github.com/editorconfig/

; top-most EditorConfig file
root = true

; Unix-style newlines
# General
[*]
end_of_line = LF
charset = utf-8
; Unix-style newlines
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.php]
indent_style = space
Expand All @@ -17,3 +22,7 @@ indent_size = 2
[*.css]
indent_style = space
indent_size = 2

[*.xml]
indent_style = space
indent_size = 4

0 comments on commit 2414b28

Please sign in to comment.