Skip to content

Commit

Permalink
- adds an editor config to put an end to tab and space mix from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Dec 1, 2020
1 parent b064798 commit 511b121
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[*.java]
indent_style = tab
insert_final_newline = true
tab_width = 3
trim_trailing_whitespace = true

0 comments on commit 511b121

Please sign in to comment.