Skip to content

Commit

Permalink
Add EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jul 24, 2018
1 parent ff85ad7 commit 924b9bd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig <http://EditorConfig.org>
root = true

# elementary defaults
[*]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = space
insert_final_newline = true
max_line_length = 80
tab_width = 4

[{*.xml,*.xml.in,*.yml}]
tab_width = 2

0 comments on commit 924b9bd

Please sign in to comment.