diff --git a/.editorconfig b/.editorconfig index 74a473cd..899d481a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ trim_trailing_whitespace = true max_line_length = 120 indent_style = tab -[*.kt] +[*.{kt,kts}] indent_style = space indent_size = 4 # see https://github.com/pinterest/ktlint/issues/527 diff --git a/.gitignore b/.gitignore index e49a10ea..a56a06e6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,10 +4,12 @@ !.idea !.mailmap *.iml +*/build +*/out */target *~ /nonfree +/build +/out /target hs_err_pid*.log -pom.xml.releaseBackup -release.properties diff --git a/.idea/runConfigurations/AstDeobfuscator.xml b/.idea/runConfigurations/AstDeobfuscator.xml index 881ecc9d..598fc5fa 100644 --- a/.idea/runConfigurations/AstDeobfuscator.xml +++ b/.idea/runConfigurations/AstDeobfuscator.xml @@ -1,6 +1,6 @@ - +