Skip to content

Commit

Permalink
chore: Add initial EditorConfig (#4742)
Browse files Browse the repository at this point in the history
* chore: Add initial EditorConfig

* chore: Add EditorConfig VS Code suggestion
  • Loading branch information
nschonni authored and jianghaolu committed Dec 4, 2018
1 parent 56ee7e8 commit 5522cc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*.json]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"vscode-docs-authoring"
]
}

0 comments on commit 5522cc2

Please sign in to comment.