Add test *.amx to .gitignore and update .editorconfig for *.pwn

This commit is contained in:
Zeex 2018-01-04 19:09:19 +06:00
parent 79f38920d9
commit 12abb0bbf2
3 changed files with 2 additions and 2 deletions

View File

@ -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

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
build
.vs
.vscode
source/compiler/tests/*.amx

Binary file not shown.