Skip to content

Commit 594560a

Browse files
Merge pull request #97 from ParsePlatform/richardross.editorconfig
Added editorconfig file.
2 parents 82b76c4 + 450cae3 commit 594560a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
4949
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:
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

0 commit comments

Comments
 (0)