Skip to content

Commit

Permalink
chore: add .editorconfig (#1410)
Browse files Browse the repository at this point in the history
add .editorconfig with configuration for java files
  • Loading branch information
AlexElin authored and davecramer committed Feb 17, 2019
1 parent 5965f39 commit 61cc275
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pgjdbc/.editorconfig
@@ -0,0 +1,11 @@
root = true

[*]
insert_final_newline = true

[*.java]
indent_style = space
indent_size = 2
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true

0 comments on commit 61cc275

Please sign in to comment.