Skip to content

Commit

Permalink
Add editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 10, 2018
1 parent dba9f20 commit 429c4dd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -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 429c4dd

Please sign in to comment.