Skip to content

Commit

Permalink
chore: Add .editorconfig file (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak authored and kfranqueiro committed Mar 12, 2019
1 parent 5bbdfde commit 3821205
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
tab_width = 2
continuation_indent_size = 4 # IntelliJ family IDEs
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 3821205

Please sign in to comment.