File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ end_of_line = lf
4+ insert_final_newline = true
5+ charset = utf-8
6+
7+ indent_style = space
8+ indent_size = 2
9+
10+ trim_trailing_whitespace = true
11+
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
4949We'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:
5050
5151* If you're developing on Visual Studio, please use ` Parse.vssettings ` .
52+ * We use [ editorconfig] ( https://editorconfig.org ) to manage basic editor settings, please install a compatible plugin for your preferred environment.
5253* Most importantly, match the existing code style as much as possible.
5354* Try to keep lines under 120 characters, if possible.
5455
You can’t perform that action at this time.
0 commit comments