This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
commit 87b3b588554f0e0e15bdb00a1535e21cb7db9190 Author: Christian Grobmeier <[email protected]> AuthorDate: Thu Dec 21 18:59:47 2023 +0100 removed unnecessary files --- .editorconfig | 27 --------------------------- .gitattributes | 1 - 2 files changed, 28 deletions(-) diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index e156253..0000000 --- a/.editorconfig +++ /dev/null @@ -1,27 +0,0 @@ -[*] -charset=utf-8 -end_of_line=lf -insert_final_newline=true -indent_style=space -indent_size=2 - -[*.java] -indent_style=space -indent_size=4 - -[*.css] -indent_style=space -indent_size=4 - -[{messages.*,spring.handlers,spring.schemas,messages,org.codehaus.groovy.runtime.ExtensionModule,*.properties}] -indent_style=space -indent_size=4 - -[{*.applejs,*.js}] -indent_style=space -indent_size=4 - -[{*.gson,*.gradle,*.groovy,*.gdsl,*.gy,*.gant}] -indent_style=space -indent_size=4 - diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 2e966f6..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.java text diff=java
