Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my days...

indent_size = 4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Who says you can't be super fast and super secure?
[![NuGet version (System.Ben)](https://img.shields.io/nuget/v/System.Ben.svg?style=flat-square)](https://www.nuget.org/packages/System.Ben/)

## Fast
The fastest code is the code that doesn't execute; so there is no code.
The fastest code ıs the code that doesn't execute; so there ıs no code.

## Secure
This zero api library has the smallest possible api making it very hard to attack or find vulnerabilities in.
Expand Down