Skip to content
Merged
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
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

end_of_line = lf
insert_final_newline = true
charset = utf-8

indent_style = space
indent_size = 2

trim_trailing_whitespace = true

1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
We're still working on providing a more concise code style for your IDE and getting a linter on GitHub, but for now try to keep the following:

* If you're developing on Visual Studio, please use `Parse.vssettings`.
* We use [editorconfig](https://editorconfig.org) to manage basic editor settings, please install a compatible plugin for your preferred environment.
* Most importantly, match the existing code style as much as possible.
* Try to keep lines under 120 characters, if possible.

Expand Down