diff --git a/.checkstyle/checkstyle.xml b/.checkstyle/checkstyle.xml index 3a0687c12..472fc16a6 100644 --- a/.checkstyle/checkstyle.xml +++ b/.checkstyle/checkstyle.xml @@ -19,9 +19,14 @@ - + + + + + + @@ -48,6 +53,12 @@ + + + + + + diff --git a/.editorconfig b/.editorconfig index eda1d4348..ed0f1111a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ [*] -insert_final_newline = true +insert_final_newline=true [*.{kt,kts,java}] indent_size=4 diff --git a/.gitignore b/.gitignore index e8f81fb11..31e176a4e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,8 @@ out !.idea/codeStyles/ # inspection profile !.idea/inspectionProfiles/ -# checkstyle config -!.idea/checkstyle-idea.xml +# saveactions config +!.idea/saveactions_settings.xml # recommended plugins !.idea/externalDependencies.xml diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml deleted file mode 100644 index a5b445612..000000000 --- a/.idea/checkstyle-idea.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 5142cbc17..acbcca3ad 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -32,6 +32,7 @@ @@ -77,6 +78,8 @@