Skip to content

Commit

Permalink
Merge pull request #358 from BradKnowles/feature/workshop-dotnet-inte…
Browse files Browse the repository at this point in the history
…gration-tests

feat(serverless-testing-workshop): ✨ Add C# Integration Tests
  • Loading branch information
brnkrygs authored Feb 10, 2025
2 parents ee93ca7 + 9fad1c1 commit 2862cd2
Show file tree
Hide file tree
Showing 17 changed files with 2,085 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# https://editorconfig.org/

# What is EditorConfig?

# EditorConfig helps maintain consistent coding styles for multiple developers
# working on the same project across various editors and IDEs. The EditorConfig
# project consists of a file format for defining coding styles and a collection
# of text editor plugins that enable editors to read the file format and adhere
# to defined styles. EditorConfig files are easily readable and they work nicely
# with version control systems.

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = crlf

indent_style = tab
indent_size = 2

insert_final_newline = true
trim_trailing_whitespace = true

[*.cs]
indent_size = 4
Loading

0 comments on commit 2862cd2

Please sign in to comment.