Commit 161780e
committed
Introduce EditorConfig to help define consistent coding style
EditorConfig is meant to help define and maintain consistent coding style
across different editors and IDEs. A description for EditorConfig can be found
at:
https://editorconfig.org
Visual Studio comes with native support for EditorConfig.
https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2017
VS Code doesn't currently support editorconfig out of the box, but it can be
enabled with a plugin. EditorConfig.org lists the following plugin:
https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig1 parent a79de59 commit 161780e
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments