Skip to content

Commit

Permalink
Add simple EditorConfig
Browse files Browse the repository at this point in the history
The EditorConfig file applies the formatting rules described in CONTRIBUTING.md.
  • Loading branch information
joschi committed Nov 30, 2015
1 parent a4e22b4 commit 18e969e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# EditorConfig: http://editorconfig.org/

root = true

[*.java]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

1 comment on commit 18e969e

@simonferry
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohhh, that is really interesting)

Please sign in to comment.