Added first test for dotnet-compat ABI testing to drone.

This commit is contained in:
Erwin de Haan 2019-02-10 20:57:31 +01:00
parent eb4b705167
commit 30ec203eff
2 changed files with 100 additions and 0 deletions

View file

@ -15,6 +15,10 @@ insert_final_newline = true
end_of_line = lf
max_line_length = null
# YAML indentation
[*.{yml,yaml}]
indent_size = 2
# XML indentation
[*.{csproj,xml}]
indent_size = 2