Skip to content

Commit

Permalink
Adding .editorconfig file for consistency (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgianos authored and danielbwatson committed Nov 29, 2016
1 parent 528535c commit 14d38b2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space

[*.java]
indent_size = 4

[*.py]
indent_size = 4

[*.sh]
indent_size = 4

[*.sql]
indent_size = 2

[*.xml]
indent_size = 4

[*.yml]
indent_size = 2

0 comments on commit 14d38b2

Please sign in to comment.