diff --git a/.editorconfig b/.editorconfig index a4d187a..5f73b20 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,11 +3,10 @@ root = true [*] -end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{def,rc}] +[*.{def,rc,pwn}] indent_size = 4 diff --git a/.gitignore b/.gitignore index becd9cb..14b6cae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build .vs .vscode +source/compiler/tests/*.amx diff --git a/source/compiler/tests/gh_217.amx b/source/compiler/tests/gh_217.amx deleted file mode 100644 index ecc17c2..0000000 Binary files a/source/compiler/tests/gh_217.amx and /dev/null differ