Add test *.amx to .gitignore and update .editorconfig for *.pwn
This commit is contained in:
parent
79f38920d9
commit
12abb0bbf2
@ -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
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
build
|
||||
.vs
|
||||
.vscode
|
||||
source/compiler/tests/*.amx
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user