Skip to content

Commit

Permalink
Merge pull request #405 from Goooler/config
Browse files Browse the repository at this point in the history
Add .editorconfig & .gitattributes
  • Loading branch information
robertodoering authored Aug 11, 2021
2 parents 581217a + fa07e3c commit da56f90
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

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

[*.yml]
indent_size = 2

[*.java]
ij_java_use_single_class_imports = true

[*.dart]
indent_size = 2
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto eol=lf

*.bat text eol=crlf
*.jar binary

0 comments on commit da56f90

Please sign in to comment.