Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Fix Sonar analysis bug issue (#56)
Browse files Browse the repository at this point in the history
Also share google-java-format Intellij style sheet
so that IDEA does not reorder imports against google-java-format style.
  • Loading branch information
Sandro Heinzelmann committed Feb 17, 2020
1 parent e579b66 commit f12ea9c
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true


[*.md]
trim_trailing_whitespace = false
trim_trailing_whitespace = false
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dependency-reduced-pom.xml
*.iws
*.iml
*.ipr
.idea/
.idea/*
!.idea/codeStyles

# ---- Eclipse
.classpath
Expand All @@ -33,4 +34,4 @@ Desktop.ini
verification/results

# ---- AdNovum dev env
config/
config/
Loading

0 comments on commit f12ea9c

Please sign in to comment.