Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 11, 2024
1 parent 4f7ee91 commit 248f4b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,4 +413,4 @@ Add a simple usage of the API to the Consume project. The usage is there to chec

Put a usage of polyfilled class method into a method in `Consume.cs` with suffix `_Methods` (e.g. `Stream_Methods` for `Stream` type methods). Keep method names in alphabetical order, do not use modifiers.

If new API is a compiler API (e.g. that polyfilled deconstruct method can be used in foreach loop), put usage into *Compiler Features* region.
If new API is a compiler API (e.g. that polyfilled deconstruct method can be used in foreach loop), put usage into *Compiler Features* region.
12 changes: 11 additions & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,14 @@ resharper_space_before_self_closing = true
ij_xml_space_inside_empty_tag = true

[*.json]
indent_size = 2
indent_size = 2

# Verify settings
[*.{received,verified}.{txt,xml,json,md,sql,csv,html}]
charset = "utf-8-bom"
end_of_line = lf
indent_size = unset
indent_style = unset
insert_final_newline = false
tab_width = unset
trim_trailing_whitespace = false

0 comments on commit 248f4b7

Please sign in to comment.