Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
This is a simple editor configuration file that at least ensures
some basic editor consistency if anyone is not using Android
Studio - I occasionally use VSCode for documentation tasks, for
instance.
  • Loading branch information
Iain McGinniss authored and iainmcgin committed Mar 17, 2017
1 parent 29329dc commit 40726cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*.{java,xml,gradle,md}]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

0 comments on commit 40726cb

Please sign in to comment.